Shades of Indigo #5E0989
Tints of Indigo #5E0989
RGB
CMYK
RGB Variations
Color information
#5E0989 (or 0x5E0989) is known color: Indigo. HEX triplet: 5E, 09 and 89. RGB value is (94,9,137). Sum of RGB (Red+Green+Blue) = 94+9+137=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E0989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0989 is #A1F676. Grayscale: #303030. Windows color (decimal): -10614391 or 8980830. OLE color: 8980830.
HSL color Cylindrical-coordinate representation of color #5E0989: hue angle of 279.84º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0989 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 9 | 137 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.46 |
| HSL | 279.84º | 0.88% | 0.29% | - |
| HSV(B) | 279.84º | 0.93% | 0.54% | - |
| XYZ | 9.23 | 4.38 | 24.03 | - |
| YUV | 49.01 | 177.66 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 137 | 0.31 | 0.93 | 0 | 0.46 | 279.84 | 0.88 | 0.29 |
| Hex | 5E | 9 | 89 | 1F | 5D | 0 | 2E | 118 | 58 | 1D |
| Octal | 136 | 11 | 211 | 37 | 135 | 0 | 56 | 430 | 130 | 35 |
| Binary | 1011110 | 1001 | 10001001 | 11111 | 1011101 | 0 | 101110 | 100011000 | 1011000 | 11101 |
Color Harmonies of #5E0989
Complementary color
Monochromatic Colors of #5E0989
Black with #5E0989
Text Example
Text Example
White with #5E0989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0989; }
p { color: rgb(94,9,137); }
H1.HeaderClassName
{
color: #5E0989;
}
.AnyTagClassName
{
color: #5E0989;
}
</style>
background-color css
<style>
a { background-color: #5E0989; }
a { background-color: rgb(94,9,137); }
div.DivClassName
{
background-color: #5E0989;
}
.BgClassName
{
background-color: #5E0989;
}
</style>
border-color css
<style>
span { border-color: #5E0989; }
span { border-color: rgb(94,9,137); }
td.TdClassName
{
border-color: #5E0989;
}
.TagClassName
{
border-color: #5E0989;
}
</style>