Shades of Indigo #5A0AA4
Tints of Indigo #5A0AA4
RGB
CMYK
RGB Variations
Color information
#5A0AA4 (or 0x5A0AA4) is known color: Indigo. HEX triplet: 5A, 0A and A4. RGB value is (90,10,164). Sum of RGB (Red+Green+Blue) = 90+10+164=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A0AA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0AA4 is #A5F55B. Grayscale: #323232. Windows color (decimal): -10876252 or 10750554. OLE color: 10750554.
HSL color Cylindrical-coordinate representation of color #5A0AA4: hue angle of 271.17º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0AA4 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 10 | 164 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.36 |
| HSL | 271.17º | 0.89% | 0.34% | - |
| HSV(B) | 271.17º | 0.94% | 0.64% | - |
| XYZ | 11.03 | 5.07 | 35.52 | - |
| YUV | 51.48 | 191.5 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 164 | 0.45 | 0.94 | 0 | 0.36 | 271.17 | 0.89 | 0.34 |
| Hex | 5A | A | A4 | 2D | 5E | 0 | 24 | 10F | 59 | 22 |
| Octal | 132 | 12 | 244 | 55 | 136 | 0 | 44 | 417 | 131 | 42 |
| Binary | 1011010 | 1010 | 10100100 | 101101 | 1011110 | 0 | 100100 | 100001111 | 1011001 | 100010 |
Color Harmonies of #5A0AA4
Complementary color
Monochromatic Colors of #5A0AA4
Black with #5A0AA4
Text Example
Text Example
White with #5A0AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AA4; }
p { color: rgb(90,10,164); }
H1.HeaderClassName
{
color: #5A0AA4;
}
.AnyTagClassName
{
color: #5A0AA4;
}
</style>
background-color css
<style>
a { background-color: #5A0AA4; }
a { background-color: rgb(90,10,164); }
div.DivClassName
{
background-color: #5A0AA4;
}
.BgClassName
{
background-color: #5A0AA4;
}
</style>
border-color css
<style>
span { border-color: #5A0AA4; }
span { border-color: rgb(90,10,164); }
td.TdClassName
{
border-color: #5A0AA4;
}
.TagClassName
{
border-color: #5A0AA4;
}
</style>