Shades of Indigo #500872
Tints of Indigo #500872
RGB
CMYK
RGB Variations
Color information
#500872 (or 0x500872) is known color: Indigo. HEX triplet: 50, 08 and 72. RGB value is (80,8,114). Sum of RGB (Red+Green+Blue) = 80+8+114=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #500872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500872 is #AFF78D. Grayscale: #292929. Windows color (decimal): -11532174 or 7473232. OLE color: 7473232.
HSL color Cylindrical-coordinate representation of color #500872: hue angle of 280.75º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500872 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 8 | 114 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.55 |
| HSL | 280.75º | 0.87% | 0.24% | - |
| HSV(B) | 280.75º | 0.93% | 0.45% | - |
| XYZ | 6.43 | 3.09 | 16.18 | - |
| YUV | 41.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 114 | 0.30 | 0.93 | 0 | 0.55 | 280.75 | 0.87 | 0.24 |
| Hex | 50 | 8 | 72 | 1E | 5D | 0 | 37 | 119 | 57 | 18 |
| Octal | 120 | 10 | 162 | 36 | 135 | 0 | 67 | 431 | 127 | 30 |
| Binary | 1010000 | 1000 | 1110010 | 11110 | 1011101 | 0 | 110111 | 100011001 | 1010111 | 11000 |
Color Harmonies of #500872
Complementary color
Monochromatic Colors of #500872
Black with #500872
Text Example
Text Example
White with #500872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500872; }
p { color: rgb(80,8,114); }
H1.HeaderClassName
{
color: #500872;
}
.AnyTagClassName
{
color: #500872;
}
</style>
background-color css
<style>
a { background-color: #500872; }
a { background-color: rgb(80,8,114); }
div.DivClassName
{
background-color: #500872;
}
.BgClassName
{
background-color: #500872;
}
</style>
border-color css
<style>
span { border-color: #500872; }
span { border-color: rgb(80,8,114); }
td.TdClassName
{
border-color: #500872;
}
.TagClassName
{
border-color: #500872;
}
</style>