Shades of Indigo #5E1577
Tints of Indigo #5E1577
RGB
CMYK
RGB Variations
Color information
#5E1577 (or 0x5E1577) is known color: Indigo. HEX triplet: 5E, 15 and 77. RGB value is (94,21,119). Sum of RGB (Red+Green+Blue) = 94+21+119=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E1577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1577 is #A1EA88. Grayscale: #353535. Windows color (decimal): -10611337 or 7804254. OLE color: 7804254.
HSL color Cylindrical-coordinate representation of color #5E1577: hue angle of 284.69º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1577 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 21 | 119 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.53 |
| HSL | 284.69º | 0.7% | 0.27% | - |
| HSV(B) | 284.69º | 0.82% | 0.47% | - |
| XYZ | 8.21 | 4.25 | 17.84 | - |
| YUV | 54 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 119 | 0.21 | 0.82 | 0 | 0.53 | 284.69 | 0.7 | 0.27 |
| Hex | 5E | 15 | 77 | 15 | 52 | 0 | 35 | 11D | 46 | 1B |
| Octal | 136 | 25 | 167 | 25 | 122 | 0 | 65 | 435 | 106 | 33 |
| Binary | 1011110 | 10101 | 1110111 | 10101 | 1010010 | 0 | 110101 | 100011101 | 1000110 | 11011 |
Color Harmonies of #5E1577
Complementary color
Monochromatic Colors of #5E1577
Black with #5E1577
Text Example
Text Example
White with #5E1577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1577; }
p { color: rgb(94,21,119); }
H1.HeaderClassName
{
color: #5E1577;
}
.AnyTagClassName
{
color: #5E1577;
}
</style>
background-color css
<style>
a { background-color: #5E1577; }
a { background-color: rgb(94,21,119); }
div.DivClassName
{
background-color: #5E1577;
}
.BgClassName
{
background-color: #5E1577;
}
</style>
border-color css
<style>
span { border-color: #5E1577; }
span { border-color: rgb(94,21,119); }
td.TdClassName
{
border-color: #5E1577;
}
.TagClassName
{
border-color: #5E1577;
}
</style>