Shades of Indigo #5E1578
Tints of Indigo #5E1578
RGB
CMYK
RGB Variations
Color information
#5E1578 (or 0x5E1578) is known color: Indigo. HEX triplet: 5E, 15 and 78. RGB value is (94,21,120). Sum of RGB (Red+Green+Blue) = 94+21+120=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E1578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1578 is #A1EA87. Grayscale: #353535. Windows color (decimal): -10611336 or 7869790. OLE color: 7869790.
HSL color Cylindrical-coordinate representation of color #5E1578: hue angle of 284.24º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1578 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 21 | 120 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.53 |
| HSL | 284.24º | 0.7% | 0.28% | - |
| HSV(B) | 284.24º | 0.83% | 0.47% | - |
| XYZ | 8.27 | 4.27 | 18.16 | - |
| YUV | 54.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 120 | 0.22 | 0.83 | 0 | 0.53 | 284.24 | 0.7 | 0.28 |
| Hex | 5E | 15 | 78 | 16 | 53 | 0 | 35 | 11C | 46 | 1C |
| Octal | 136 | 25 | 170 | 26 | 123 | 0 | 65 | 434 | 106 | 34 |
| Binary | 1011110 | 10101 | 1111000 | 10110 | 1010011 | 0 | 110101 | 100011100 | 1000110 | 11100 |
Color Harmonies of #5E1578
Complementary color
Monochromatic Colors of #5E1578
Black with #5E1578
Text Example
Text Example
White with #5E1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1578; }
p { color: rgb(94,21,120); }
H1.HeaderClassName
{
color: #5E1578;
}
.AnyTagClassName
{
color: #5E1578;
}
</style>
background-color css
<style>
a { background-color: #5E1578; }
a { background-color: rgb(94,21,120); }
div.DivClassName
{
background-color: #5E1578;
}
.BgClassName
{
background-color: #5E1578;
}
</style>
border-color css
<style>
span { border-color: #5E1578; }
span { border-color: rgb(94,21,120); }
td.TdClassName
{
border-color: #5E1578;
}
.TagClassName
{
border-color: #5E1578;
}
</style>