Shades of Indigo #5E0876
Tints of Indigo #5E0876
RGB
CMYK
RGB Variations
Color information
#5E0876 (or 0x5E0876) is known color: Indigo. HEX triplet: 5E, 08 and 76. RGB value is (94,8,118). Sum of RGB (Red+Green+Blue) = 94+8+118=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E0876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0876 is #A1F789. Grayscale: #2D2D2D. Windows color (decimal): -10614666 or 7735390. OLE color: 7735390.
HSL color Cylindrical-coordinate representation of color #5E0876: hue angle of 286.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0876 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 8 | 118 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.54 |
| HSL | 286.91º | 0.87% | 0.25% | - |
| HSV(B) | 286.91º | 0.93% | 0.46% | - |
| XYZ | 7.97 | 3.86 | 17.46 | - |
| YUV | 46.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 118 | 0.20 | 0.93 | 0 | 0.54 | 286.91 | 0.87 | 0.25 |
| Hex | 5E | 8 | 76 | 14 | 5D | 0 | 36 | 11F | 57 | 19 |
| Octal | 136 | 10 | 166 | 24 | 135 | 0 | 66 | 437 | 127 | 31 |
| Binary | 1011110 | 1000 | 1110110 | 10100 | 1011101 | 0 | 110110 | 100011111 | 1010111 | 11001 |
Color Harmonies of #5E0876
Complementary color
Monochromatic Colors of #5E0876
Black with #5E0876
Text Example
Text Example
White with #5E0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0876; }
p { color: rgb(94,8,118); }
H1.HeaderClassName
{
color: #5E0876;
}
.AnyTagClassName
{
color: #5E0876;
}
</style>
background-color css
<style>
a { background-color: #5E0876; }
a { background-color: rgb(94,8,118); }
div.DivClassName
{
background-color: #5E0876;
}
.BgClassName
{
background-color: #5E0876;
}
</style>
border-color css
<style>
span { border-color: #5E0876; }
span { border-color: rgb(94,8,118); }
td.TdClassName
{
border-color: #5E0876;
}
.TagClassName
{
border-color: #5E0876;
}
</style>