Shades of Indigo #5A04AA
Tints of Indigo #5A04AA
RGB
CMYK
RGB Variations
Color information
#5A04AA (or 0x5A04AA) is known color: Indigo. HEX triplet: 5A, 04 and AA. RGB value is (90,4,170). Sum of RGB (Red+Green+Blue) = 90+4+170=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A04AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A04AA is #A5FB55. Grayscale: #303030. Windows color (decimal): -10877782 or 11142234. OLE color: 11142234.
HSL color Cylindrical-coordinate representation of color #5A04AA: hue angle of 271.08º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A04AA is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 4 | 170 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.33 |
| HSL | 271.08º | 0.95% | 0.34% | - |
| HSV(B) | 271.08º | 0.98% | 0.67% | - |
| XYZ | 11.52 | 5.16 | 38.42 | - |
| YUV | 48.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 170 | 0.47 | 0.98 | 0 | 0.33 | 271.08 | 0.95 | 0.34 |
| Hex | 5A | 4 | AA | 2F | 62 | 0 | 21 | 10F | 5F | 22 |
| Octal | 132 | 4 | 252 | 57 | 142 | 0 | 41 | 417 | 137 | 42 |
| Binary | 1011010 | 100 | 10101010 | 101111 | 1100010 | 0 | 100001 | 100001111 | 1011111 | 100010 |
Color Harmonies of #5A04AA
Complementary color
Monochromatic Colors of #5A04AA
Black with #5A04AA
Text Example
Text Example
White with #5A04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A04AA; }
p { color: rgb(90,4,170); }
H1.HeaderClassName
{
color: #5A04AA;
}
.AnyTagClassName
{
color: #5A04AA;
}
</style>
background-color css
<style>
a { background-color: #5A04AA; }
a { background-color: rgb(90,4,170); }
div.DivClassName
{
background-color: #5A04AA;
}
.BgClassName
{
background-color: #5A04AA;
}
</style>
border-color css
<style>
span { border-color: #5A04AA; }
span { border-color: rgb(90,4,170); }
td.TdClassName
{
border-color: #5A04AA;
}
.TagClassName
{
border-color: #5A04AA;
}
</style>