Shades of Indigo #5902AD
Tints of Indigo #5902AD
RGB
CMYK
RGB Variations
Color information
#5902AD (or 0x5902AD) is known color: Indigo. HEX triplet: 59, 02 and AD. RGB value is (89,2,173). Sum of RGB (Red+Green+Blue) = 89+2+173=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #5902AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5902AD is #A6FD52. Grayscale: #2E2E2E. Windows color (decimal): -10943827 or 11338329. OLE color: 11338329.
HSL color Cylindrical-coordinate representation of color #5902AD: hue angle of 270.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902AD is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 2 | 173 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.32 |
| HSL | 270.53º | 0.98% | 0.34% | - |
| HSV(B) | 270.53º | 0.99% | 0.68% | - |
| XYZ | 11.68 | 5.18 | 39.92 | - |
| YUV | 47.51 | 198.82 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 173 | 0.49 | 0.99 | 0 | 0.32 | 270.53 | 0.98 | 0.34 |
| Hex | 59 | 2 | AD | 31 | 63 | 0 | 20 | 10F | 62 | 22 |
| Octal | 131 | 2 | 255 | 61 | 143 | 0 | 40 | 417 | 142 | 42 |
| Binary | 1011001 | 10 | 10101101 | 110001 | 1100011 | 0 | 100000 | 100001111 | 1100010 | 100010 |
Color Harmonies of #5902AD
Complementary color
Monochromatic Colors of #5902AD
Black with #5902AD
Text Example
Text Example
White with #5902AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902AD; }
p { color: rgb(89,2,173); }
H1.HeaderClassName
{
color: #5902AD;
}
.AnyTagClassName
{
color: #5902AD;
}
</style>
background-color css
<style>
a { background-color: #5902AD; }
a { background-color: rgb(89,2,173); }
div.DivClassName
{
background-color: #5902AD;
}
.BgClassName
{
background-color: #5902AD;
}
</style>
border-color css
<style>
span { border-color: #5902AD; }
span { border-color: rgb(89,2,173); }
td.TdClassName
{
border-color: #5902AD;
}
.TagClassName
{
border-color: #5902AD;
}
</style>