Shades of Indigo #5E1178
Tints of Indigo #5E1178
RGB
CMYK
RGB Variations
Color information
#5E1178 (or 0x5E1178) is known color: Indigo. HEX triplet: 5E, 11 and 78. RGB value is (94,17,120). Sum of RGB (Red+Green+Blue) = 94+17+120=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E1178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1178 is #A1EE87. Grayscale: #333333. Windows color (decimal): -10612360 or 7868766. OLE color: 7868766.
HSL color Cylindrical-coordinate representation of color #5E1178: hue angle of 284.85º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1178 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 17 | 120 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.53 |
| HSL | 284.85º | 0.75% | 0.27% | - |
| HSV(B) | 284.85º | 0.86% | 0.47% | - |
| XYZ | 8.21 | 4.14 | 18.14 | - |
| YUV | 51.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 120 | 0.22 | 0.86 | 0 | 0.53 | 284.85 | 0.75 | 0.27 |
| Hex | 5E | 11 | 78 | 16 | 56 | 0 | 35 | 11D | 4B | 1B |
| Octal | 136 | 21 | 170 | 26 | 126 | 0 | 65 | 435 | 113 | 33 |
| Binary | 1011110 | 10001 | 1111000 | 10110 | 1010110 | 0 | 110101 | 100011101 | 1001011 | 11011 |
Color Harmonies of #5E1178
Complementary color
Monochromatic Colors of #5E1178
Black with #5E1178
Text Example
Text Example
White with #5E1178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1178; }
p { color: rgb(94,17,120); }
H1.HeaderClassName
{
color: #5E1178;
}
.AnyTagClassName
{
color: #5E1178;
}
</style>
background-color css
<style>
a { background-color: #5E1178; }
a { background-color: rgb(94,17,120); }
div.DivClassName
{
background-color: #5E1178;
}
.BgClassName
{
background-color: #5E1178;
}
</style>
border-color css
<style>
span { border-color: #5E1178; }
span { border-color: rgb(94,17,120); }
td.TdClassName
{
border-color: #5E1178;
}
.TagClassName
{
border-color: #5E1178;
}
</style>