Shades of Indigo #5E0AA9
Tints of Indigo #5E0AA9
RGB
CMYK
RGB Variations
Color information
#5E0AA9 (or 0x5E0AA9) is known color: Indigo. HEX triplet: 5E, 0A and A9. RGB value is (94,10,169). Sum of RGB (Red+Green+Blue) = 94+10+169=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #5E0AA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0AA9 is #A1F556. Grayscale: #343434. Windows color (decimal): -10614103 or 11078238. OLE color: 11078238.
HSL color Cylindrical-coordinate representation of color #5E0AA9: hue angle of 271.7º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0AA9 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 10 | 169 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.34 |
| HSL | 271.7º | 0.89% | 0.35% | - |
| HSV(B) | 271.7º | 0.94% | 0.66% | - |
| XYZ | 11.89 | 5.46 | 37.96 | - |
| YUV | 53.24 | 193.33 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 169 | 0.44 | 0.94 | 0 | 0.34 | 271.7 | 0.89 | 0.35 |
| Hex | 5E | A | A9 | 2C | 5E | 0 | 22 | 110 | 59 | 23 |
| Octal | 136 | 12 | 251 | 54 | 136 | 0 | 42 | 420 | 131 | 43 |
| Binary | 1011110 | 1010 | 10101001 | 101100 | 1011110 | 0 | 100010 | 100010000 | 1011001 | 100011 |
Color Harmonies of #5E0AA9
Complementary color
Monochromatic Colors of #5E0AA9
Black with #5E0AA9
Text Example
Text Example
White with #5E0AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0AA9; }
p { color: rgb(94,10,169); }
H1.HeaderClassName
{
color: #5E0AA9;
}
.AnyTagClassName
{
color: #5E0AA9;
}
</style>
background-color css
<style>
a { background-color: #5E0AA9; }
a { background-color: rgb(94,10,169); }
div.DivClassName
{
background-color: #5E0AA9;
}
.BgClassName
{
background-color: #5E0AA9;
}
</style>
border-color css
<style>
span { border-color: #5E0AA9; }
span { border-color: rgb(94,10,169); }
td.TdClassName
{
border-color: #5E0AA9;
}
.TagClassName
{
border-color: #5E0AA9;
}
</style>