Shades of Indigo #5A00AA
Tints of Indigo #5A00AA
RGB
CMYK
RGB Variations
Color information
#5A00AA (or 0x5A00AA) is known color: Indigo. HEX triplet: 5A, 00 and AA. RGB value is (90,0,170). Sum of RGB (Red+Green+Blue) = 90+0+170=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A00AA is #A5FF55. Grayscale: #2D2D2D. Windows color (decimal): -10878806 or 11141210. OLE color: 11141210.
HSL color Cylindrical-coordinate representation of color #5A00AA: hue angle of 271.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00AA is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 0 | 170 | - |
| CMYK | 0.47 | 1 | 0 | 0.33 |
| HSL | 271.76º | 1% | 0.33% | - |
| HSV(B) | 271.76º | 1% | 0.67% | - |
| XYZ | 11.47 | 5.08 | 38.41 | - |
| YUV | 46.29 | 197.82 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 170 | 0.47 | 1 | 0 | 0.33 | 271.76 | 1 | 0.33 |
| Hex | 5A | 0 | AA | 2F | 64 | 0 | 21 | 110 | 64 | 21 |
| Octal | 132 | 0 | 252 | 57 | 144 | 0 | 41 | 420 | 144 | 41 |
| Binary | 1011010 | 0 | 10101010 | 101111 | 1100100 | 0 | 100001 | 100010000 | 1100100 | 100001 |
Color Harmonies of #5A00AA
Complementary color
Monochromatic Colors of #5A00AA
Black with #5A00AA
Text Example
Text Example
White with #5A00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00AA; }
p { color: rgb(90,0,170); }
H1.HeaderClassName
{
color: #5A00AA;
}
.AnyTagClassName
{
color: #5A00AA;
}
</style>
background-color css
<style>
a { background-color: #5A00AA; }
a { background-color: rgb(90,0,170); }
div.DivClassName
{
background-color: #5A00AA;
}
.BgClassName
{
background-color: #5A00AA;
}
</style>
border-color css
<style>
span { border-color: #5A00AA; }
span { border-color: rgb(90,0,170); }
td.TdClassName
{
border-color: #5A00AA;
}
.TagClassName
{
border-color: #5A00AA;
}
</style>