Shades of Indigo #561472
Tints of Indigo #561472
RGB
CMYK
RGB Variations
Color information
#561472 (or 0x561472) is known color: Indigo. HEX triplet: 56, 14 and 72. RGB value is (86,20,114). Sum of RGB (Red+Green+Blue) = 86+20+114=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #561472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561472 is #A9EB8D. Grayscale: #323232. Windows color (decimal): -11135886 or 7476310. OLE color: 7476310.
HSL color Cylindrical-coordinate representation of color #561472: hue angle of 282.13º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561472 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 20 | 114 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.55 |
| HSL | 282.13º | 0.7% | 0.26% | - |
| HSV(B) | 282.13º | 0.82% | 0.45% | - |
| XYZ | 7.13 | 3.69 | 16.26 | - |
| YUV | 50.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 114 | 0.25 | 0.82 | 0 | 0.55 | 282.13 | 0.7 | 0.26 |
| Hex | 56 | 14 | 72 | 19 | 52 | 0 | 37 | 11A | 46 | 1A |
| Octal | 126 | 24 | 162 | 31 | 122 | 0 | 67 | 432 | 106 | 32 |
| Binary | 1010110 | 10100 | 1110010 | 11001 | 1010010 | 0 | 110111 | 100011010 | 1000110 | 11010 |
Color Harmonies of #561472
Complementary color
Monochromatic Colors of #561472
Black with #561472
Text Example
Text Example
White with #561472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561472; }
p { color: rgb(86,20,114); }
H1.HeaderClassName
{
color: #561472;
}
.AnyTagClassName
{
color: #561472;
}
</style>
background-color css
<style>
a { background-color: #561472; }
a { background-color: rgb(86,20,114); }
div.DivClassName
{
background-color: #561472;
}
.BgClassName
{
background-color: #561472;
}
</style>
border-color css
<style>
span { border-color: #561472; }
span { border-color: rgb(86,20,114); }
td.TdClassName
{
border-color: #561472;
}
.TagClassName
{
border-color: #561472;
}
</style>