Shades of Indigo #5900AA
Tints of Indigo #5900AA
RGB
CMYK
RGB Variations
Color information
#5900AA (or 0x5900AA) is known color: Indigo. HEX triplet: 59, 00 and AA. RGB value is (89,0,170). Sum of RGB (Red+Green+Blue) = 89+0+170=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #5900AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5900AA is #A6FF55. Grayscale: #2D2D2D. Windows color (decimal): -10944342 or 11141209. OLE color: 11141209.
HSL color Cylindrical-coordinate representation of color #5900AA: hue angle of 271.41º 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 #5900AA is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 0 | 170 | - |
| CMYK | 0.48 | 1 | 0 | 0.33 |
| HSL | 271.41º | 1% | 0.33% | - |
| HSV(B) | 271.41º | 1% | 0.67% | - |
| XYZ | 11.38 | 5.03 | 38.4 | - |
| YUV | 45.99 | 197.99 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 170 | 0.48 | 1 | 0 | 0.33 | 271.41 | 1 | 0.33 |
| Hex | 59 | 0 | AA | 30 | 64 | 0 | 21 | 10F | 64 | 21 |
| Octal | 131 | 0 | 252 | 60 | 144 | 0 | 41 | 417 | 144 | 41 |
| Binary | 1011001 | 0 | 10101010 | 110000 | 1100100 | 0 | 100001 | 100001111 | 1100100 | 100001 |
Color Harmonies of #5900AA
Complementary color
Monochromatic Colors of #5900AA
Black with #5900AA
Text Example
Text Example
White with #5900AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900AA; }
p { color: rgb(89,0,170); }
H1.HeaderClassName
{
color: #5900AA;
}
.AnyTagClassName
{
color: #5900AA;
}
</style>
background-color css
<style>
a { background-color: #5900AA; }
a { background-color: rgb(89,0,170); }
div.DivClassName
{
background-color: #5900AA;
}
.BgClassName
{
background-color: #5900AA;
}
</style>
border-color css
<style>
span { border-color: #5900AA; }
span { border-color: rgb(89,0,170); }
td.TdClassName
{
border-color: #5900AA;
}
.TagClassName
{
border-color: #5900AA;
}
</style>