Shades of Indigo #5D0AA9
Tints of Indigo #5D0AA9
RGB
CMYK
RGB Variations
Color information
#5D0AA9 (or 0x5D0AA9) is known color: Indigo. HEX triplet: 5D, 0A and A9. RGB value is (93,10,169). Sum of RGB (Red+Green+Blue) = 93+10+169=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 169 (66.41% from 255 or 62.13% from 272); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D0AA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0AA9 is #A2F556. Grayscale: #343434. Windows color (decimal): -10679639 or 11078237. OLE color: 11078237.
HSL color Cylindrical-coordinate representation of color #5D0AA9: hue angle of 271.32º 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 #5D0AA9 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 10 | 169 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.34 |
| HSL | 271.32º | 0.89% | 0.35% | - |
| HSV(B) | 271.32º | 0.94% | 0.66% | - |
| XYZ | 11.78 | 5.41 | 37.96 | - |
| YUV | 52.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 10 | 169 | 0.45 | 0.94 | 0 | 0.34 | 271.32 | 0.89 | 0.35 |
| Hex | 5D | A | A9 | 2D | 5E | 0 | 22 | 10F | 59 | 23 |
| Octal | 135 | 12 | 251 | 55 | 136 | 0 | 42 | 417 | 131 | 43 |
| Binary | 1011101 | 1010 | 10101001 | 101101 | 1011110 | 0 | 100010 | 100001111 | 1011001 | 100011 |
Color Harmonies of #5D0AA9
Complementary color
Monochromatic Colors of #5D0AA9
Black with #5D0AA9
Text Example
Text Example
White with #5D0AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0AA9; }
p { color: rgb(93,10,169); }
H1.HeaderClassName
{
color: #5D0AA9;
}
.AnyTagClassName
{
color: #5D0AA9;
}
</style>
background-color css
<style>
a { background-color: #5D0AA9; }
a { background-color: rgb(93,10,169); }
div.DivClassName
{
background-color: #5D0AA9;
}
.BgClassName
{
background-color: #5D0AA9;
}
</style>
border-color css
<style>
span { border-color: #5D0AA9; }
span { border-color: rgb(93,10,169); }
td.TdClassName
{
border-color: #5D0AA9;
}
.TagClassName
{
border-color: #5D0AA9;
}
</style>