Shades of Indigo #5E1589
Tints of Indigo #5E1589
RGB
CMYK
RGB Variations
Color information
#5E1589 (or 0x5E1589) is known color: Indigo. HEX triplet: 5E, 15 and 89. RGB value is (94,21,137). Sum of RGB (Red+Green+Blue) = 94+21+137=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E1589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1589 is #A1EA76. Grayscale: #373737. Windows color (decimal): -10611319 or 8983902. OLE color: 8983902.
HSL color Cylindrical-coordinate representation of color #5E1589: hue angle of 277.76º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1589 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 21 | 137 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.46 |
| HSL | 277.76º | 0.73% | 0.31% | - |
| HSV(B) | 277.76º | 0.85% | 0.54% | - |
| XYZ | 9.4 | 4.72 | 24.08 | - |
| YUV | 56.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 137 | 0.31 | 0.85 | 0 | 0.46 | 277.76 | 0.73 | 0.31 |
| Hex | 5E | 15 | 89 | 1F | 55 | 0 | 2E | 116 | 49 | 1F |
| Octal | 136 | 25 | 211 | 37 | 125 | 0 | 56 | 426 | 111 | 37 |
| Binary | 1011110 | 10101 | 10001001 | 11111 | 1010101 | 0 | 101110 | 100010110 | 1001001 | 11111 |
Color Harmonies of #5E1589
Complementary color
Monochromatic Colors of #5E1589
Black with #5E1589
Text Example
Text Example
White with #5E1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1589; }
p { color: rgb(94,21,137); }
H1.HeaderClassName
{
color: #5E1589;
}
.AnyTagClassName
{
color: #5E1589;
}
</style>
background-color css
<style>
a { background-color: #5E1589; }
a { background-color: rgb(94,21,137); }
div.DivClassName
{
background-color: #5E1589;
}
.BgClassName
{
background-color: #5E1589;
}
</style>
border-color css
<style>
span { border-color: #5E1589; }
span { border-color: rgb(94,21,137); }
td.TdClassName
{
border-color: #5E1589;
}
.TagClassName
{
border-color: #5E1589;
}
</style>