Shades of Indigo #5A0AA6
Tints of Indigo #5A0AA6
RGB
CMYK
RGB Variations
Color information
#5A0AA6 (or 0x5A0AA6) is known color: Indigo. HEX triplet: 5A, 0A and A6. RGB value is (90,10,166). Sum of RGB (Red+Green+Blue) = 90+10+166=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 166 (65.23% from 255 or 62.41% from 266); Max value from RGB is 166 - color contains mainly: blue. Hex color #5A0AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0AA6 is #A5F559. Grayscale: #333333. Windows color (decimal): -10876250 or 10881626. OLE color: 10881626.
HSL color Cylindrical-coordinate representation of color #5A0AA6: hue angle of 270.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0AA6 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 10 | 166 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.35 |
| HSL | 270.77º | 0.89% | 0.35% | - |
| HSV(B) | 270.77º | 0.94% | 0.65% | - |
| XYZ | 11.21 | 5.14 | 36.48 | - |
| YUV | 51.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 166 | 0.46 | 0.94 | 0 | 0.35 | 270.77 | 0.89 | 0.35 |
| Hex | 5A | A | A6 | 2E | 5E | 0 | 23 | 10F | 59 | 23 |
| Octal | 132 | 12 | 246 | 56 | 136 | 0 | 43 | 417 | 131 | 43 |
| Binary | 1011010 | 1010 | 10100110 | 101110 | 1011110 | 0 | 100011 | 100001111 | 1011001 | 100011 |
Color Harmonies of #5A0AA6
Complementary color
Monochromatic Colors of #5A0AA6
Black with #5A0AA6
Text Example
Text Example
White with #5A0AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AA6; }
p { color: rgb(90,10,166); }
H1.HeaderClassName
{
color: #5A0AA6;
}
.AnyTagClassName
{
color: #5A0AA6;
}
</style>
background-color css
<style>
a { background-color: #5A0AA6; }
a { background-color: rgb(90,10,166); }
div.DivClassName
{
background-color: #5A0AA6;
}
.BgClassName
{
background-color: #5A0AA6;
}
</style>
border-color css
<style>
span { border-color: #5A0AA6; }
span { border-color: rgb(90,10,166); }
td.TdClassName
{
border-color: #5A0AA6;
}
.TagClassName
{
border-color: #5A0AA6;
}
</style>