Shades of Indigo #5601A6
Tints of Indigo #5601A6
RGB
CMYK
RGB Variations
Color information
#5601A6 (or 0x5601A6) is known color: Indigo. HEX triplet: 56, 01 and A6. RGB value is (86,1,166). Sum of RGB (Red+Green+Blue) = 86+1+166=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 166 (65.23% from 255 or 65.61% from 253); Max value from RGB is 166 - color contains mainly: blue. Hex color #5601A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5601A6 is #A9FE59. Grayscale: #2C2C2C. Windows color (decimal): -11140698 or 10879318. OLE color: 10879318.
HSL color Cylindrical-coordinate representation of color #5601A6: hue angle of 270.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5601A6 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 1 | 166 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.35 |
| HSL | 270.91º | 0.99% | 0.33% | - |
| HSV(B) | 270.91º | 0.99% | 0.65% | - |
| XYZ | 10.73 | 4.75 | 36.43 | - |
| YUV | 45.23 | 196.16 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 166 | 0.48 | 0.99 | 0 | 0.35 | 270.91 | 0.99 | 0.33 |
| Hex | 56 | 1 | A6 | 30 | 63 | 0 | 23 | 10F | 63 | 21 |
| Octal | 126 | 1 | 246 | 60 | 143 | 0 | 43 | 417 | 143 | 41 |
| Binary | 1010110 | 1 | 10100110 | 110000 | 1100011 | 0 | 100011 | 100001111 | 1100011 | 100001 |
Color Harmonies of #5601A6
Complementary color
Monochromatic Colors of #5601A6
Black with #5601A6
Text Example
Text Example
White with #5601A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601A6; }
p { color: rgb(86,1,166); }
H1.HeaderClassName
{
color: #5601A6;
}
.AnyTagClassName
{
color: #5601A6;
}
</style>
background-color css
<style>
a { background-color: #5601A6; }
a { background-color: rgb(86,1,166); }
div.DivClassName
{
background-color: #5601A6;
}
.BgClassName
{
background-color: #5601A6;
}
</style>
border-color css
<style>
span { border-color: #5601A6; }
span { border-color: rgb(86,1,166); }
td.TdClassName
{
border-color: #5601A6;
}
.TagClassName
{
border-color: #5601A6;
}
</style>