Shades of Indigo #501991
Tints of Indigo #501991
RGB
CMYK
RGB Variations
Color information
#501991 (or 0x501991) is known color: Indigo. HEX triplet: 50, 19 and 91. RGB value is (80,25,145). Sum of RGB (Red+Green+Blue) = 80+25+145=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #501991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501991 is #AFE66E. Grayscale: #363636. Windows color (decimal): -11527791 or 9509200. OLE color: 9509200.
HSL color Cylindrical-coordinate representation of color #501991: hue angle of 267.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501991 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 25 | 145 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.43 |
| HSL | 267.5º | 0.71% | 0.33% | - |
| HSV(B) | 267.5º | 0.83% | 0.57% | - |
| XYZ | 8.77 | 4.45 | 27.18 | - |
| YUV | 55.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 145 | 0.45 | 0.83 | 0 | 0.43 | 267.5 | 0.71 | 0.33 |
| Hex | 50 | 19 | 91 | 2D | 53 | 0 | 2B | 10C | 47 | 21 |
| Octal | 120 | 31 | 221 | 55 | 123 | 0 | 53 | 414 | 107 | 41 |
| Binary | 1010000 | 11001 | 10010001 | 101101 | 1010011 | 0 | 101011 | 100001100 | 1000111 | 100001 |
Color Harmonies of #501991
Complementary color
Monochromatic Colors of #501991
Black with #501991
Text Example
Text Example
White with #501991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501991; }
p { color: rgb(80,25,145); }
H1.HeaderClassName
{
color: #501991;
}
.AnyTagClassName
{
color: #501991;
}
</style>
background-color css
<style>
a { background-color: #501991; }
a { background-color: rgb(80,25,145); }
div.DivClassName
{
background-color: #501991;
}
.BgClassName
{
background-color: #501991;
}
</style>
border-color css
<style>
span { border-color: #501991; }
span { border-color: rgb(80,25,145); }
td.TdClassName
{
border-color: #501991;
}
.TagClassName
{
border-color: #501991;
}
</style>