Shades of Indigo #561173
Tints of Indigo #561173
RGB
CMYK
RGB Variations
Color information
#561173 (or 0x561173) is known color: Indigo. HEX triplet: 56, 11 and 73. RGB value is (86,17,115). Sum of RGB (Red+Green+Blue) = 86+17+115=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #561173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561173 is #A9EE8C. Grayscale: #303030. Windows color (decimal): -11136653 or 7541078. OLE color: 7541078.
HSL color Cylindrical-coordinate representation of color #561173: hue angle of 282.24º 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 #561173 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 17 | 115 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.55 |
| HSL | 282.24º | 0.74% | 0.26% | - |
| HSV(B) | 282.24º | 0.85% | 0.45% | - |
| XYZ | 7.13 | 3.62 | 16.54 | - |
| YUV | 48.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 115 | 0.25 | 0.85 | 0 | 0.55 | 282.24 | 0.74 | 0.26 |
| Hex | 56 | 11 | 73 | 19 | 55 | 0 | 37 | 11A | 4A | 1A |
| Octal | 126 | 21 | 163 | 31 | 125 | 0 | 67 | 432 | 112 | 32 |
| Binary | 1010110 | 10001 | 1110011 | 11001 | 1010101 | 0 | 110111 | 100011010 | 1001010 | 11010 |
Color Harmonies of #561173
Complementary color
Monochromatic Colors of #561173
Black with #561173
Text Example
Text Example
White with #561173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561173; }
p { color: rgb(86,17,115); }
H1.HeaderClassName
{
color: #561173;
}
.AnyTagClassName
{
color: #561173;
}
</style>
background-color css
<style>
a { background-color: #561173; }
a { background-color: rgb(86,17,115); }
div.DivClassName
{
background-color: #561173;
}
.BgClassName
{
background-color: #561173;
}
</style>
border-color css
<style>
span { border-color: #561173; }
span { border-color: rgb(86,17,115); }
td.TdClassName
{
border-color: #561173;
}
.TagClassName
{
border-color: #561173;
}
</style>