Shades of Indigo #5901AF
Tints of Indigo #5901AF
RGB
CMYK
RGB Variations
Color information
#5901AF (or 0x5901AF) is known color: Indigo. HEX triplet: 59, 01 and AF. RGB value is (89,1,175). Sum of RGB (Red+Green+Blue) = 89+1+175=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #5901AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5901AF is #A6FE50. Grayscale: #2E2E2E. Windows color (decimal): -10944081 or 11469145. OLE color: 11469145.
HSL color Cylindrical-coordinate representation of color #5901AF: hue angle of 270.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5901AF is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 1 | 175 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.31 |
| HSL | 270.34º | 0.99% | 0.35% | - |
| HSV(B) | 270.34º | 0.99% | 0.69% | - |
| XYZ | 11.87 | 5.24 | 40.94 | - |
| YUV | 47.15 | 200.15 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 175 | 0.49 | 0.99 | 0 | 0.31 | 270.34 | 0.99 | 0.35 |
| Hex | 59 | 1 | AF | 31 | 63 | 0 | 1F | 10E | 63 | 23 |
| Octal | 131 | 1 | 257 | 61 | 143 | 0 | 37 | 416 | 143 | 43 |
| Binary | 1011001 | 1 | 10101111 | 110001 | 1100011 | 0 | 11111 | 100001110 | 1100011 | 100011 |
Color Harmonies of #5901AF
Complementary color
Monochromatic Colors of #5901AF
Black with #5901AF
Text Example
Text Example
White with #5901AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5901AF; }
p { color: rgb(89,1,175); }
H1.HeaderClassName
{
color: #5901AF;
}
.AnyTagClassName
{
color: #5901AF;
}
</style>
background-color css
<style>
a { background-color: #5901AF; }
a { background-color: rgb(89,1,175); }
div.DivClassName
{
background-color: #5901AF;
}
.BgClassName
{
background-color: #5901AF;
}
</style>
border-color css
<style>
span { border-color: #5901AF; }
span { border-color: rgb(89,1,175); }
td.TdClassName
{
border-color: #5901AF;
}
.TagClassName
{
border-color: #5901AF;
}
</style>