Shades of Indigo #560B71
Tints of Indigo #560B71
RGB
CMYK
RGB Variations
Color information
#560B71 (or 0x560B71) is known color: Indigo. HEX triplet: 56, 0B and 71. RGB value is (86,11,113). Sum of RGB (Red+Green+Blue) = 86+11+113=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #560B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B71 is #A9F48E. Grayscale: #2C2C2C. Windows color (decimal): -11138191 or 7408470. OLE color: 7408470.
HSL color Cylindrical-coordinate representation of color #560B71: hue angle of 284.12º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560B71 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 11 | 113 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.56 |
| HSL | 284.12º | 0.82% | 0.24% | - |
| HSV(B) | 284.12º | 0.9% | 0.44% | - |
| XYZ | 6.94 | 3.41 | 15.92 | - |
| YUV | 45.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 113 | 0.24 | 0.90 | 0 | 0.56 | 284.12 | 0.82 | 0.24 |
| Hex | 56 | B | 71 | 18 | 5A | 0 | 38 | 11C | 52 | 18 |
| Octal | 126 | 13 | 161 | 30 | 132 | 0 | 70 | 434 | 122 | 30 |
| Binary | 1010110 | 1011 | 1110001 | 11000 | 1011010 | 0 | 111000 | 100011100 | 1010010 | 11000 |
Color Harmonies of #560B71
Complementary color
Monochromatic Colors of #560B71
Black with #560B71
Text Example
Text Example
White with #560B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B71; }
p { color: rgb(86,11,113); }
H1.HeaderClassName
{
color: #560B71;
}
.AnyTagClassName
{
color: #560B71;
}
</style>
background-color css
<style>
a { background-color: #560B71; }
a { background-color: rgb(86,11,113); }
div.DivClassName
{
background-color: #560B71;
}
.BgClassName
{
background-color: #560B71;
}
</style>
border-color css
<style>
span { border-color: #560B71; }
span { border-color: rgb(86,11,113); }
td.TdClassName
{
border-color: #560B71;
}
.TagClassName
{
border-color: #560B71;
}
</style>