Random Color Generator

#502594 Color

Color Codes
Hex Code #502594
RGB Code rgb(80, 37, 148)
HSL Code hsl(263, 60%, 36%)

#502594 Color Syntax

rgb()

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

 main {
    background-color: rgb(80, 37, 148);
   }

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(263, 60%, 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 #502594

RGB Code Hex Code Preview
rgb(80, 37, 148, 10%) #5025941a  
rgb(80, 37, 148, 20%) #50259433  
rgb(80, 37, 148, 40%) #5025944C  
rgb(80, 37, 148, 60%) #50259499  
rgb(80, 37, 148, 80%) #502594CC  
rgb(80, 37, 148, 100%) #502594FF  

Saturated and desaturated colors of #502594

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

#502594 Color Usage In CSS

 body {
    color: #502594;
    }
 p {
    color: rgb(80, 37, 148);
    }
 header {
    border-bottom:1px solid #502594;
    }
Recent Random Colors