Shades of Indigo #5A0AAA
Tints of Indigo #5A0AAA
RGB
CMYK
RGB Variations
Color information
#5A0AAA (or 0x5A0AAA) is known color: Indigo. HEX triplet: 5A, 0A and AA. RGB value is (90,10,170). Sum of RGB (Red+Green+Blue) = 90+10+170=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0AAA is #A5F555. Grayscale: #333333. Windows color (decimal): -10876246 or 11143770. OLE color: 11143770.
HSL color Cylindrical-coordinate representation of color #5A0AAA: hue angle of 270º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0AAA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 10 | 170 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.33 |
| HSL | 270º | 0.89% | 0.35% | - |
| HSV(B) | 270º | 0.94% | 0.67% | - |
| XYZ | 11.58 | 5.29 | 38.44 | - |
| YUV | 52.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 170 | 0.47 | 0.94 | 0 | 0.33 | 270 | 0.89 | 0.35 |
| Hex | 5A | A | AA | 2F | 5E | 0 | 21 | 10E | 59 | 23 |
| Octal | 132 | 12 | 252 | 57 | 136 | 0 | 41 | 416 | 131 | 43 |
| Binary | 1011010 | 1010 | 10101010 | 101111 | 1011110 | 0 | 100001 | 100001110 | 1011001 | 100011 |
Color Harmonies of #5A0AAA
Complementary color
Monochromatic Colors of #5A0AAA
Black with #5A0AAA
Text Example
Text Example
White with #5A0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AAA; }
p { color: rgb(90,10,170); }
H1.HeaderClassName
{
color: #5A0AAA;
}
.AnyTagClassName
{
color: #5A0AAA;
}
</style>
background-color css
<style>
a { background-color: #5A0AAA; }
a { background-color: rgb(90,10,170); }
div.DivClassName
{
background-color: #5A0AAA;
}
.BgClassName
{
background-color: #5A0AAA;
}
</style>
border-color css
<style>
span { border-color: #5A0AAA; }
span { border-color: rgb(90,10,170); }
td.TdClassName
{
border-color: #5A0AAA;
}
.TagClassName
{
border-color: #5A0AAA;
}
</style>