Shades of Indigo #561172
Tints of Indigo #561172
RGB
CMYK
RGB Variations
Color information
#561172 (or 0x561172) is known color: Indigo. HEX triplet: 56, 11 and 72. RGB value is (86,17,114). Sum of RGB (Red+Green+Blue) = 86+17+114=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #561172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561172 is #A9EE8D. Grayscale: #303030. Windows color (decimal): -11136654 or 7475542. OLE color: 7475542.
HSL color Cylindrical-coordinate representation of color #561172: hue angle of 282.68º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561172 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 17 | 114 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.55 |
| HSL | 282.68º | 0.74% | 0.26% | - |
| HSV(B) | 282.68º | 0.85% | 0.45% | - |
| XYZ | 7.08 | 3.59 | 16.24 | - |
| YUV | 48.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 114 | 0.25 | 0.85 | 0 | 0.55 | 282.68 | 0.74 | 0.26 |
| Hex | 56 | 11 | 72 | 19 | 55 | 0 | 37 | 11B | 4A | 1A |
| Octal | 126 | 21 | 162 | 31 | 125 | 0 | 67 | 433 | 112 | 32 |
| Binary | 1010110 | 10001 | 1110010 | 11001 | 1010101 | 0 | 110111 | 100011011 | 1001010 | 11010 |
Color Harmonies of #561172
Complementary color
Monochromatic Colors of #561172
Black with #561172
Text Example
Text Example
White with #561172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561172; }
p { color: rgb(86,17,114); }
H1.HeaderClassName
{
color: #561172;
}
.AnyTagClassName
{
color: #561172;
}
</style>
background-color css
<style>
a { background-color: #561172; }
a { background-color: rgb(86,17,114); }
div.DivClassName
{
background-color: #561172;
}
.BgClassName
{
background-color: #561172;
}
</style>
border-color css
<style>
span { border-color: #561172; }
span { border-color: rgb(86,17,114); }
td.TdClassName
{
border-color: #561172;
}
.TagClassName
{
border-color: #561172;
}
</style>