Shades of Indigo #5E1070
Tints of Indigo #5E1070
RGB
CMYK
RGB Variations
Color information
#5E1070 (or 0x5E1070) is known color: Indigo. HEX triplet: 5E, 10 and 70. RGB value is (94,16,112). Sum of RGB (Red+Green+Blue) = 94+16+112=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1070 is #A1EF8F. Grayscale: #313131. Windows color (decimal): -10612624 or 7344222. OLE color: 7344222.
HSL color Cylindrical-coordinate representation of color #5E1070: hue angle of 288.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1070 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 16 | 112 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.56 |
| HSL | 288.75º | 0.75% | 0.25% | - |
| HSV(B) | 288.75º | 0.86% | 0.44% | - |
| XYZ | 7.73 | 3.92 | 15.68 | - |
| YUV | 50.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 112 | 0.16 | 0.86 | 0 | 0.56 | 288.75 | 0.75 | 0.25 |
| Hex | 5E | 10 | 70 | 10 | 56 | 0 | 38 | 121 | 4B | 19 |
| Octal | 136 | 20 | 160 | 20 | 126 | 0 | 70 | 441 | 113 | 31 |
| Binary | 1011110 | 10000 | 1110000 | 10000 | 1010110 | 0 | 111000 | 100100001 | 1001011 | 11001 |
Color Harmonies of #5E1070
Complementary color
Monochromatic Colors of #5E1070
Black with #5E1070
Text Example
Text Example
White with #5E1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1070; }
p { color: rgb(94,16,112); }
H1.HeaderClassName
{
color: #5E1070;
}
.AnyTagClassName
{
color: #5E1070;
}
</style>
background-color css
<style>
a { background-color: #5E1070; }
a { background-color: rgb(94,16,112); }
div.DivClassName
{
background-color: #5E1070;
}
.BgClassName
{
background-color: #5E1070;
}
</style>
border-color css
<style>
span { border-color: #5E1070; }
span { border-color: rgb(94,16,112); }
td.TdClassName
{
border-color: #5E1070;
}
.TagClassName
{
border-color: #5E1070;
}
</style>