Shades of Indigo #560AA3
Tints of Indigo #560AA3
RGB
CMYK
RGB Variations
Color information
#560AA3 (or 0x560AA3) is known color: Indigo. HEX triplet: 56, 0A and A3. RGB value is (86,10,163). Sum of RGB (Red+Green+Blue) = 86+10+163=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #560AA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560AA3 is #A9F55C. Grayscale: #313131. Windows color (decimal): -11138397 or 10685014. OLE color: 10685014.
HSL color Cylindrical-coordinate representation of color #560AA3: hue angle of 269.8º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560AA3 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 10 | 163 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.36 |
| HSL | 269.8º | 0.88% | 0.34% | - |
| HSV(B) | 269.8º | 0.94% | 0.64% | - |
| XYZ | 10.56 | 4.84 | 35.03 | - |
| YUV | 50.17 | 191.68 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 163 | 0.47 | 0.94 | 0 | 0.36 | 269.8 | 0.88 | 0.34 |
| Hex | 56 | A | A3 | 2F | 5E | 0 | 24 | 10E | 58 | 22 |
| Octal | 126 | 12 | 243 | 57 | 136 | 0 | 44 | 416 | 130 | 42 |
| Binary | 1010110 | 1010 | 10100011 | 101111 | 1011110 | 0 | 100100 | 100001110 | 1011000 | 100010 |
Color Harmonies of #560AA3
Complementary color
Monochromatic Colors of #560AA3
Black with #560AA3
Text Example
Text Example
White with #560AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560AA3; }
p { color: rgb(86,10,163); }
H1.HeaderClassName
{
color: #560AA3;
}
.AnyTagClassName
{
color: #560AA3;
}
</style>
background-color css
<style>
a { background-color: #560AA3; }
a { background-color: rgb(86,10,163); }
div.DivClassName
{
background-color: #560AA3;
}
.BgClassName
{
background-color: #560AA3;
}
</style>
border-color css
<style>
span { border-color: #560AA3; }
span { border-color: rgb(86,10,163); }
td.TdClassName
{
border-color: #560AA3;
}
.TagClassName
{
border-color: #560AA3;
}
</style>