Shades of Indigo #5905A1
Tints of Indigo #5905A1
RGB
CMYK
RGB Variations
Color information
#5905A1 (or 0x5905A1) is known color: Indigo. HEX triplet: 59, 05 and A1. RGB value is (89,5,161). Sum of RGB (Red+Green+Blue) = 89+5+161=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #5905A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5905A1 is #A6FA5E. Grayscale: #2F2F2F. Windows color (decimal): -10943071 or 10552665. OLE color: 10552665.
HSL color Cylindrical-coordinate representation of color #5905A1: hue angle of 272.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5905A1 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 5 | 161 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.37 |
| HSL | 272.31º | 0.94% | 0.33% | - |
| HSV(B) | 272.31º | 0.97% | 0.63% | - |
| XYZ | 10.61 | 4.81 | 34.09 | - |
| YUV | 47.9 | 191.83 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 161 | 0.45 | 0.97 | 0 | 0.37 | 272.31 | 0.94 | 0.33 |
| Hex | 59 | 5 | A1 | 2D | 61 | 0 | 25 | 110 | 5E | 21 |
| Octal | 131 | 5 | 241 | 55 | 141 | 0 | 45 | 420 | 136 | 41 |
| Binary | 1011001 | 101 | 10100001 | 101101 | 1100001 | 0 | 100101 | 100010000 | 1011110 | 100001 |
Color Harmonies of #5905A1
Complementary color
Monochromatic Colors of #5905A1
Black with #5905A1
Text Example
Text Example
White with #5905A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5905A1; }
p { color: rgb(89,5,161); }
H1.HeaderClassName
{
color: #5905A1;
}
.AnyTagClassName
{
color: #5905A1;
}
</style>
background-color css
<style>
a { background-color: #5905A1; }
a { background-color: rgb(89,5,161); }
div.DivClassName
{
background-color: #5905A1;
}
.BgClassName
{
background-color: #5905A1;
}
</style>
border-color css
<style>
span { border-color: #5905A1; }
span { border-color: rgb(89,5,161); }
td.TdClassName
{
border-color: #5905A1;
}
.TagClassName
{
border-color: #5905A1;
}
</style>