Shades of Indigo #5A00A9
Tints of Indigo #5A00A9
RGB
CMYK
RGB Variations
Color information
#5A00A9 (or 0x5A00A9) is known color: Indigo. HEX triplet: 5A, 00 and A9. RGB value is (90,0,169). Sum of RGB (Red+Green+Blue) = 90+0+169=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 169 (66.41% from 255 or 65.25% from 259); Max value from RGB is 169 - color contains mainly: blue. Hex color #5A00A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A00A9 is #A5FF56. Grayscale: #2D2D2D. Windows color (decimal): -10878807 or 11075674. OLE color: 11075674.
HSL color Cylindrical-coordinate representation of color #5A00A9: hue angle of 271.95º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00A9 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 0 | 169 | - |
| CMYK | 0.47 | 1 | 0 | 0.34 |
| HSL | 271.95º | 1% | 0.33% | - |
| HSV(B) | 271.95º | 1% | 0.66% | - |
| XYZ | 11.38 | 5.04 | 37.91 | - |
| YUV | 46.18 | 197.32 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 169 | 0.47 | 1 | 0 | 0.34 | 271.95 | 1 | 0.33 |
| Hex | 5A | 0 | A9 | 2F | 64 | 0 | 22 | 110 | 64 | 21 |
| Octal | 132 | 0 | 251 | 57 | 144 | 0 | 42 | 420 | 144 | 41 |
| Binary | 1011010 | 0 | 10101001 | 101111 | 1100100 | 0 | 100010 | 100010000 | 1100100 | 100001 |
Color Harmonies of #5A00A9
Complementary color
Monochromatic Colors of #5A00A9
Black with #5A00A9
Text Example
Text Example
White with #5A00A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00A9; }
p { color: rgb(90,0,169); }
H1.HeaderClassName
{
color: #5A00A9;
}
.AnyTagClassName
{
color: #5A00A9;
}
</style>
background-color css
<style>
a { background-color: #5A00A9; }
a { background-color: rgb(90,0,169); }
div.DivClassName
{
background-color: #5A00A9;
}
.BgClassName
{
background-color: #5A00A9;
}
</style>
border-color css
<style>
span { border-color: #5A00A9; }
span { border-color: rgb(90,0,169); }
td.TdClassName
{
border-color: #5A00A9;
}
.TagClassName
{
border-color: #5A00A9;
}
</style>