Shades of Indigo #5E1078
Tints of Indigo #5E1078
RGB
CMYK
RGB Variations
Color information
#5E1078 (or 0x5E1078) is known color: Indigo. HEX triplet: 5E, 10 and 78. RGB value is (94,16,120). Sum of RGB (Red+Green+Blue) = 94+16+120=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E1078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1078 is #A1EF87. Grayscale: #323232. Windows color (decimal): -10612616 or 7868510. OLE color: 7868510.
HSL color Cylindrical-coordinate representation of color #5E1078: hue angle of 285º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E1078 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 16 | 120 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.53 |
| HSL | 285º | 0.76% | 0.27% | - |
| HSV(B) | 285º | 0.87% | 0.47% | - |
| XYZ | 8.19 | 4.11 | 18.13 | - |
| YUV | 51.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 120 | 0.22 | 0.87 | 0 | 0.53 | 285 | 0.76 | 0.27 |
| Hex | 5E | 10 | 78 | 16 | 57 | 0 | 35 | 11D | 4C | 1B |
| Octal | 136 | 20 | 170 | 26 | 127 | 0 | 65 | 435 | 114 | 33 |
| Binary | 1011110 | 10000 | 1111000 | 10110 | 1010111 | 0 | 110101 | 100011101 | 1001100 | 11011 |
Color Harmonies of #5E1078
Complementary color
Monochromatic Colors of #5E1078
Black with #5E1078
Text Example
Text Example
White with #5E1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1078; }
p { color: rgb(94,16,120); }
H1.HeaderClassName
{
color: #5E1078;
}
.AnyTagClassName
{
color: #5E1078;
}
</style>
background-color css
<style>
a { background-color: #5E1078; }
a { background-color: rgb(94,16,120); }
div.DivClassName
{
background-color: #5E1078;
}
.BgClassName
{
background-color: #5E1078;
}
</style>
border-color css
<style>
span { border-color: #5E1078; }
span { border-color: rgb(94,16,120); }
td.TdClassName
{
border-color: #5E1078;
}
.TagClassName
{
border-color: #5E1078;
}
</style>