Shades of Indigo #5A0AA9
Tints of Indigo #5A0AA9
RGB
CMYK
RGB Variations
Color information
#5A0AA9 (or 0x5A0AA9) is known color: Indigo. HEX triplet: 5A, 0A and A9. RGB value is (90,10,169). Sum of RGB (Red+Green+Blue) = 90+10+169=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 169 (66.41% from 255 or 62.83% from 269); Max value from RGB is 169 - color contains mainly: blue. Hex color #5A0AA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0AA9 is #A5F556. Grayscale: #333333. Windows color (decimal): -10876247 or 11078234. OLE color: 11078234.
HSL color Cylindrical-coordinate representation of color #5A0AA9: hue angle of 270.19º 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 #5A0AA9 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 10 | 169 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.34 |
| HSL | 270.19º | 0.89% | 0.35% | - |
| HSV(B) | 270.19º | 0.94% | 0.66% | - |
| XYZ | 11.49 | 5.26 | 37.95 | - |
| YUV | 52.05 | 194 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 169 | 0.47 | 0.94 | 0 | 0.34 | 270.19 | 0.89 | 0.35 |
| Hex | 5A | A | A9 | 2F | 5E | 0 | 22 | 10E | 59 | 23 |
| Octal | 132 | 12 | 251 | 57 | 136 | 0 | 42 | 416 | 131 | 43 |
| Binary | 1011010 | 1010 | 10101001 | 101111 | 1011110 | 0 | 100010 | 100001110 | 1011001 | 100011 |
Color Harmonies of #5A0AA9
Complementary color
Monochromatic Colors of #5A0AA9
Black with #5A0AA9
Text Example
Text Example
White with #5A0AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AA9; }
p { color: rgb(90,10,169); }
H1.HeaderClassName
{
color: #5A0AA9;
}
.AnyTagClassName
{
color: #5A0AA9;
}
</style>
background-color css
<style>
a { background-color: #5A0AA9; }
a { background-color: rgb(90,10,169); }
div.DivClassName
{
background-color: #5A0AA9;
}
.BgClassName
{
background-color: #5A0AA9;
}
</style>
border-color css
<style>
span { border-color: #5A0AA9; }
span { border-color: rgb(90,10,169); }
td.TdClassName
{
border-color: #5A0AA9;
}
.TagClassName
{
border-color: #5A0AA9;
}
</style>