Shades of Indigo #5601AF
Tints of Indigo #5601AF
RGB
CMYK
RGB Variations
Color information
#5601AF (or 0x5601AF) is known color: Indigo. HEX triplet: 56, 01 and AF. RGB value is (86,1,175). Sum of RGB (Red+Green+Blue) = 86+1+175=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #5601AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5601AF is #A9FE50. Grayscale: #2D2D2D. Windows color (decimal): -11140689 or 11469142. OLE color: 11469142.
HSL color Cylindrical-coordinate representation of color #5601AF: hue angle of 269.31º 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 #5601AF is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 1 | 175 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.31 |
| HSL | 269.31º | 0.99% | 0.35% | - |
| HSV(B) | 269.31º | 0.99% | 0.69% | - |
| XYZ | 11.59 | 5.1 | 40.93 | - |
| YUV | 46.25 | 200.66 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 175 | 0.51 | 0.99 | 0 | 0.31 | 269.31 | 0.99 | 0.35 |
| Hex | 56 | 1 | AF | 33 | 63 | 0 | 1F | 10D | 63 | 23 |
| Octal | 126 | 1 | 257 | 63 | 143 | 0 | 37 | 415 | 143 | 43 |
| Binary | 1010110 | 1 | 10101111 | 110011 | 1100011 | 0 | 11111 | 100001101 | 1100011 | 100011 |
Color Harmonies of #5601AF
Complementary color
Monochromatic Colors of #5601AF
Black with #5601AF
Text Example
Text Example
White with #5601AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601AF; }
p { color: rgb(86,1,175); }
H1.HeaderClassName
{
color: #5601AF;
}
.AnyTagClassName
{
color: #5601AF;
}
</style>
background-color css
<style>
a { background-color: #5601AF; }
a { background-color: rgb(86,1,175); }
div.DivClassName
{
background-color: #5601AF;
}
.BgClassName
{
background-color: #5601AF;
}
</style>
border-color css
<style>
span { border-color: #5601AF; }
span { border-color: rgb(86,1,175); }
td.TdClassName
{
border-color: #5601AF;
}
.TagClassName
{
border-color: #5601AF;
}
</style>