Shades of Indigo #560AA6
Tints of Indigo #560AA6
RGB
CMYK
RGB Variations
Color information
#560AA6 (or 0x560AA6) is known color: Indigo. HEX triplet: 56, 0A and A6. RGB value is (86,10,166). Sum of RGB (Red+Green+Blue) = 86+10+166=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #560AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560AA6 is #A9F559. Grayscale: #313131. Windows color (decimal): -11138394 or 10881622. OLE color: 10881622.
HSL color Cylindrical-coordinate representation of color #560AA6: hue angle of 269.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560AA6 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 10 | 166 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.35 |
| HSL | 269.23º | 0.89% | 0.35% | - |
| HSV(B) | 269.23º | 0.94% | 0.65% | - |
| XYZ | 10.83 | 4.95 | 36.46 | - |
| YUV | 50.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 166 | 0.48 | 0.94 | 0 | 0.35 | 269.23 | 0.89 | 0.35 |
| Hex | 56 | A | A6 | 30 | 5E | 0 | 23 | 10D | 59 | 23 |
| Octal | 126 | 12 | 246 | 60 | 136 | 0 | 43 | 415 | 131 | 43 |
| Binary | 1010110 | 1010 | 10100110 | 110000 | 1011110 | 0 | 100011 | 100001101 | 1011001 | 100011 |
Color Harmonies of #560AA6
Complementary color
Monochromatic Colors of #560AA6
Black with #560AA6
Text Example
Text Example
White with #560AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560AA6; }
p { color: rgb(86,10,166); }
H1.HeaderClassName
{
color: #560AA6;
}
.AnyTagClassName
{
color: #560AA6;
}
</style>
background-color css
<style>
a { background-color: #560AA6; }
a { background-color: rgb(86,10,166); }
div.DivClassName
{
background-color: #560AA6;
}
.BgClassName
{
background-color: #560AA6;
}
</style>
border-color css
<style>
span { border-color: #560AA6; }
span { border-color: rgb(86,10,166); }
td.TdClassName
{
border-color: #560AA6;
}
.TagClassName
{
border-color: #560AA6;
}
</style>