Shades of Indigo #5E0B72
Tints of Indigo #5E0B72
RGB
CMYK
RGB Variations
Color information
#5E0B72 (or 0x5E0B72) is known color: Indigo. HEX triplet: 5E, 0B and 72. RGB value is (94,11,114). Sum of RGB (Red+Green+Blue) = 94+11+114=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E0B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B72 is #A1F48D. Grayscale: #2F2F2F. Windows color (decimal): -10613902 or 7474014. OLE color: 7474014.
HSL color Cylindrical-coordinate representation of color #5E0B72: hue angle of 288.35º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0B72 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 11 | 114 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.55 |
| HSL | 288.35º | 0.82% | 0.25% | - |
| HSV(B) | 288.35º | 0.9% | 0.45% | - |
| XYZ | 7.77 | 3.83 | 16.25 | - |
| YUV | 47.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 114 | 0.18 | 0.90 | 0 | 0.55 | 288.35 | 0.82 | 0.25 |
| Hex | 5E | B | 72 | 12 | 5A | 0 | 37 | 120 | 52 | 19 |
| Octal | 136 | 13 | 162 | 22 | 132 | 0 | 67 | 440 | 122 | 31 |
| Binary | 1011110 | 1011 | 1110010 | 10010 | 1011010 | 0 | 110111 | 100100000 | 1010010 | 11001 |
Color Harmonies of #5E0B72
Complementary color
Monochromatic Colors of #5E0B72
Black with #5E0B72
Text Example
Text Example
White with #5E0B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0B72; }
p { color: rgb(94,11,114); }
H1.HeaderClassName
{
color: #5E0B72;
}
.AnyTagClassName
{
color: #5E0B72;
}
</style>
background-color css
<style>
a { background-color: #5E0B72; }
a { background-color: rgb(94,11,114); }
div.DivClassName
{
background-color: #5E0B72;
}
.BgClassName
{
background-color: #5E0B72;
}
</style>
border-color css
<style>
span { border-color: #5E0B72; }
span { border-color: rgb(94,11,114); }
td.TdClassName
{
border-color: #5E0B72;
}
.TagClassName
{
border-color: #5E0B72;
}
</style>