Shades of Indigo #5E0070
Tints of Indigo #5E0070
RGB
CMYK
RGB Variations
Color information
#5E0070 (or 0x5E0070) is known color: Indigo. HEX triplet: 5E, 00 and 70. RGB value is (94,0,112). Sum of RGB (Red+Green+Blue) = 94+0+112=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0070 is #A1FF8F. Grayscale: #282828. Windows color (decimal): -10616720 or 7340126. OLE color: 7340126.
HSL color Cylindrical-coordinate representation of color #5E0070: hue angle of 290.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0070 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 0 | 112 | - |
| CMYK | 0.16 | 1 | 0 | 0.56 |
| HSL | 290.36º | 1% | 0.22% | - |
| HSV(B) | 290.36º | 1% | 0.44% | - |
| XYZ | 7.54 | 3.55 | 15.62 | - |
| YUV | 40.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 112 | 0.16 | 1 | 0 | 0.56 | 290.36 | 1 | 0.22 |
| Hex | 5E | 0 | 70 | 10 | 64 | 0 | 38 | 122 | 64 | 16 |
| Octal | 136 | 0 | 160 | 20 | 144 | 0 | 70 | 442 | 144 | 26 |
| Binary | 1011110 | 0 | 1110000 | 10000 | 1100100 | 0 | 111000 | 100100010 | 1100100 | 10110 |
Color Harmonies of #5E0070
Complementary color
Monochromatic Colors of #5E0070
Black with #5E0070
Text Example
Text Example
White with #5E0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0070; }
p { color: rgb(94,0,112); }
H1.HeaderClassName
{
color: #5E0070;
}
.AnyTagClassName
{
color: #5E0070;
}
</style>
background-color css
<style>
a { background-color: #5E0070; }
a { background-color: rgb(94,0,112); }
div.DivClassName
{
background-color: #5E0070;
}
.BgClassName
{
background-color: #5E0070;
}
</style>
border-color css
<style>
span { border-color: #5E0070; }
span { border-color: rgb(94,0,112); }
td.TdClassName
{
border-color: #5E0070;
}
.TagClassName
{
border-color: #5E0070;
}
</style>