Shades of Indigo #5E0999
Tints of Indigo #5E0999
RGB
CMYK
RGB Variations
Color information
#5E0999 (or 0x5E0999) is known color: Indigo. HEX triplet: 5E, 09 and 99. RGB value is (94,9,153). Sum of RGB (Red+Green+Blue) = 94+9+153=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E0999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0999 is #A1F666. Grayscale: #323232. Windows color (decimal): -10614375 or 10029406. OLE color: 10029406.
HSL color Cylindrical-coordinate representation of color #5E0999: hue angle of 275.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0999 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 9 | 153 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.4 |
| HSL | 275.42º | 0.89% | 0.32% | - |
| HSV(B) | 275.42º | 0.94% | 0.6% | - |
| XYZ | 10.46 | 4.87 | 30.53 | - |
| YUV | 50.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 153 | 0.39 | 0.94 | 0 | 0.4 | 275.42 | 0.89 | 0.32 |
| Hex | 5E | 9 | 99 | 27 | 5E | 0 | 28 | 113 | 59 | 20 |
| Octal | 136 | 11 | 231 | 47 | 136 | 0 | 50 | 423 | 131 | 40 |
| Binary | 1011110 | 1001 | 10011001 | 100111 | 1011110 | 0 | 101000 | 100010011 | 1011001 | 100000 |
Color Harmonies of #5E0999
Complementary color
Monochromatic Colors of #5E0999
Black with #5E0999
Text Example
Text Example
White with #5E0999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0999; }
p { color: rgb(94,9,153); }
H1.HeaderClassName
{
color: #5E0999;
}
.AnyTagClassName
{
color: #5E0999;
}
</style>
background-color css
<style>
a { background-color: #5E0999; }
a { background-color: rgb(94,9,153); }
div.DivClassName
{
background-color: #5E0999;
}
.BgClassName
{
background-color: #5E0999;
}
</style>
border-color css
<style>
span { border-color: #5E0999; }
span { border-color: rgb(94,9,153); }
td.TdClassName
{
border-color: #5E0999;
}
.TagClassName
{
border-color: #5E0999;
}
</style>