Random Color Generator

#130427 Color

Color Codes
Hex Code #130427
RGB Code rgb(19, 04, 39)
HSL Code hsl(266, 81%, 8%)

#130427 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(19, 04, 39);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(266, 81%, 8%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #130427

RGB Code Hex Code Preview
rgb(19, 04, 39, 10%) #1304271a  
rgb(19, 04, 39, 20%) #13042733  
rgb(19, 04, 39, 40%) #1304274C  
rgb(19, 04, 39, 60%) #13042799  
rgb(19, 04, 39, 80%) #130427CC  
rgb(19, 04, 39, 100%) #130427FF  

Saturated and desaturated colors of #130427

HSL Code Preview
hsl(266, 10%, 8%)  
hsl(266, 20%, 8%)  
hsl(266, 40%, 8%)  
hsl(266, 60%, 8%)  
hsl(266, 80%, 8%)  
hsl(266, 100%, 8%)  

#130427 Color Usage In CSS

 body {
    color: #130427;
    }
 p {
    color: rgb(19, 04, 39);
    }
 header {
    border-bottom:1px solid #130427;
    }
Recent Random Colors