Shades of Indigo #5905AD
Tints of Indigo #5905AD
RGB
CMYK
RGB Variations
Color information
#5905AD (or 0x5905AD) is known color: Indigo. HEX triplet: 59, 05 and AD. RGB value is (89,5,173). Sum of RGB (Red+Green+Blue) = 89+5+173=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #5905AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5905AD is #A6FA52. Grayscale: #303030. Windows color (decimal): -10943059 or 11339097. OLE color: 11339097.
HSL color Cylindrical-coordinate representation of color #5905AD: hue angle of 270º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5905AD is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 5 | 173 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.32 |
| HSL | 270º | 0.94% | 0.35% | - |
| HSV(B) | 270º | 0.97% | 0.68% | - |
| XYZ | 11.72 | 5.25 | 39.93 | - |
| YUV | 49.27 | 197.83 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 173 | 0.49 | 0.97 | 0 | 0.32 | 270 | 0.94 | 0.35 |
| Hex | 59 | 5 | AD | 31 | 61 | 0 | 20 | 10E | 5E | 23 |
| Octal | 131 | 5 | 255 | 61 | 141 | 0 | 40 | 416 | 136 | 43 |
| Binary | 1011001 | 101 | 10101101 | 110001 | 1100001 | 0 | 100000 | 100001110 | 1011110 | 100011 |
Color Harmonies of #5905AD
Complementary color
Monochromatic Colors of #5905AD
Black with #5905AD
Text Example
Text Example
White with #5905AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5905AD; }
p { color: rgb(89,5,173); }
H1.HeaderClassName
{
color: #5905AD;
}
.AnyTagClassName
{
color: #5905AD;
}
</style>
background-color css
<style>
a { background-color: #5905AD; }
a { background-color: rgb(89,5,173); }
div.DivClassName
{
background-color: #5905AD;
}
.BgClassName
{
background-color: #5905AD;
}
</style>
border-color css
<style>
span { border-color: #5905AD; }
span { border-color: rgb(89,5,173); }
td.TdClassName
{
border-color: #5905AD;
}
.TagClassName
{
border-color: #5905AD;
}
</style>