Random Color Generator

#362197 Color

Color Codes
Hex Code #362197
RGB Code rgb(54, 33, 151)
HSL Code hsl(251, 64%, 36%)

#362197 Color Syntax

rgb()

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

 main {
    background-color: rgb(54, 33, 151);
   }

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(251, 64%, 36%);
  }

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 #362197

RGB Code Hex Code Preview
rgb(54, 33, 151, 10%) #3621971a  
rgb(54, 33, 151, 20%) #36219733  
rgb(54, 33, 151, 40%) #3621974C  
rgb(54, 33, 151, 60%) #36219799  
rgb(54, 33, 151, 80%) #362197CC  
rgb(54, 33, 151, 100%) #362197FF  

Saturated and desaturated colors of #362197

HSL Code Preview
hsl(251, 10%, 36%)  
hsl(251, 20%, 36%)  
hsl(251, 40%, 36%)  
hsl(251, 60%, 36%)  
hsl(251, 80%, 36%)  
hsl(251, 100%, 36%)  

#362197 Color Usage In CSS

 body {
    color: #362197;
    }
 p {
    color: rgb(54, 33, 151);
    }
 header {
    border-bottom:1px solid #362197;
    }
Recent Random Colors