Shades of Indigo #561070
Tints of Indigo #561070
RGB
CMYK
RGB Variations
Color information
#561070 (or 0x561070) is known color: Indigo. HEX triplet: 56, 10 and 70. RGB value is (86,16,112). Sum of RGB (Red+Green+Blue) = 86+16+112=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #561070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561070 is #A9EF8F. Grayscale: #2F2F2F. Windows color (decimal): -11136912 or 7344214. OLE color: 7344214.
HSL color Cylindrical-coordinate representation of color #561070: hue angle of 283.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561070 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 16 | 112 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.56 |
| HSL | 283.75º | 0.75% | 0.25% | - |
| HSV(B) | 283.75º | 0.86% | 0.44% | - |
| XYZ | 6.95 | 3.52 | 15.64 | - |
| YUV | 47.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 112 | 0.23 | 0.86 | 0 | 0.56 | 283.75 | 0.75 | 0.25 |
| Hex | 56 | 10 | 70 | 17 | 56 | 0 | 38 | 11C | 4B | 19 |
| Octal | 126 | 20 | 160 | 27 | 126 | 0 | 70 | 434 | 113 | 31 |
| Binary | 1010110 | 10000 | 1110000 | 10111 | 1010110 | 0 | 111000 | 100011100 | 1001011 | 11001 |
Color Harmonies of #561070
Complementary color
Monochromatic Colors of #561070
Black with #561070
Text Example
Text Example
White with #561070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561070; }
p { color: rgb(86,16,112); }
H1.HeaderClassName
{
color: #561070;
}
.AnyTagClassName
{
color: #561070;
}
</style>
background-color css
<style>
a { background-color: #561070; }
a { background-color: rgb(86,16,112); }
div.DivClassName
{
background-color: #561070;
}
.BgClassName
{
background-color: #561070;
}
</style>
border-color css
<style>
span { border-color: #561070; }
span { border-color: rgb(86,16,112); }
td.TdClassName
{
border-color: #561070;
}
.TagClassName
{
border-color: #561070;
}
</style>