Shades of Indigo #5E0A70
Tints of Indigo #5E0A70
RGB
CMYK
RGB Variations
Color information
#5E0A70 (or 0x5E0A70) is known color: Indigo. HEX triplet: 5E, 0A and 70. RGB value is (94,10,112). Sum of RGB (Red+Green+Blue) = 94+10+112=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E0A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0A70 is #A1F58F. Grayscale: #2E2E2E. Windows color (decimal): -10614160 or 7342686. OLE color: 7342686.
HSL color Cylindrical-coordinate representation of color #5E0A70: hue angle of 289.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0A70 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 10 | 112 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.56 |
| HSL | 289.41º | 0.84% | 0.24% | - |
| HSV(B) | 289.41º | 0.91% | 0.44% | - |
| XYZ | 7.65 | 3.77 | 15.65 | - |
| YUV | 46.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 112 | 0.16 | 0.91 | 0 | 0.56 | 289.41 | 0.84 | 0.24 |
| Hex | 5E | A | 70 | 10 | 5B | 0 | 38 | 121 | 54 | 18 |
| Octal | 136 | 12 | 160 | 20 | 133 | 0 | 70 | 441 | 124 | 30 |
| Binary | 1011110 | 1010 | 1110000 | 10000 | 1011011 | 0 | 111000 | 100100001 | 1010100 | 11000 |
Color Harmonies of #5E0A70
Complementary color
Monochromatic Colors of #5E0A70
Black with #5E0A70
Text Example
Text Example
White with #5E0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0A70; }
p { color: rgb(94,10,112); }
H1.HeaderClassName
{
color: #5E0A70;
}
.AnyTagClassName
{
color: #5E0A70;
}
</style>
background-color css
<style>
a { background-color: #5E0A70; }
a { background-color: rgb(94,10,112); }
div.DivClassName
{
background-color: #5E0A70;
}
.BgClassName
{
background-color: #5E0A70;
}
</style>
border-color css
<style>
span { border-color: #5E0A70; }
span { border-color: rgb(94,10,112); }
td.TdClassName
{
border-color: #5E0A70;
}
.TagClassName
{
border-color: #5E0A70;
}
</style>