Shades of Indigo #5E0878
Tints of Indigo #5E0878
RGB
CMYK
RGB Variations
Color information
#5E0878 (or 0x5E0878) is known color: Indigo. HEX triplet: 5E, 08 and 78. RGB value is (94,8,120). Sum of RGB (Red+Green+Blue) = 94+8+120=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E0878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0878 is #A1F787. Grayscale: #2E2E2E. Windows color (decimal): -10614664 or 7866462. OLE color: 7866462.
HSL color Cylindrical-coordinate representation of color #5E0878: hue angle of 286.07º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0878 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 8 | 120 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.53 |
| HSL | 286.07º | 0.88% | 0.25% | - |
| HSV(B) | 286.07º | 0.93% | 0.47% | - |
| XYZ | 8.09 | 3.91 | 18.1 | - |
| YUV | 46.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 120 | 0.22 | 0.93 | 0 | 0.53 | 286.07 | 0.88 | 0.25 |
| Hex | 5E | 8 | 78 | 16 | 5D | 0 | 35 | 11E | 58 | 19 |
| Octal | 136 | 10 | 170 | 26 | 135 | 0 | 65 | 436 | 130 | 31 |
| Binary | 1011110 | 1000 | 1111000 | 10110 | 1011101 | 0 | 110101 | 100011110 | 1011000 | 11001 |
Color Harmonies of #5E0878
Complementary color
Monochromatic Colors of #5E0878
Black with #5E0878
Text Example
Text Example
White with #5E0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0878; }
p { color: rgb(94,8,120); }
H1.HeaderClassName
{
color: #5E0878;
}
.AnyTagClassName
{
color: #5E0878;
}
</style>
background-color css
<style>
a { background-color: #5E0878; }
a { background-color: rgb(94,8,120); }
div.DivClassName
{
background-color: #5E0878;
}
.BgClassName
{
background-color: #5E0878;
}
</style>
border-color css
<style>
span { border-color: #5E0878; }
span { border-color: rgb(94,8,120); }
td.TdClassName
{
border-color: #5E0878;
}
.TagClassName
{
border-color: #5E0878;
}
</style>