Shades of Indigo #561177
Tints of Indigo #561177
RGB
CMYK
RGB Variations
Color information
#561177 (or 0x561177) is known color: Indigo. HEX triplet: 56, 11 and 77. RGB value is (86,17,119). Sum of RGB (Red+Green+Blue) = 86+17+119=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #561177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561177 is #A9EE88. Grayscale: #303030. Windows color (decimal): -11136649 or 7803222. OLE color: 7803222.
HSL color Cylindrical-coordinate representation of color #561177: hue angle of 280.59º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561177 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 17 | 119 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.53 |
| HSL | 280.59º | 0.75% | 0.27% | - |
| HSV(B) | 280.59º | 0.86% | 0.47% | - |
| XYZ | 7.37 | 3.71 | 17.78 | - |
| YUV | 49.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 119 | 0.28 | 0.86 | 0 | 0.53 | 280.59 | 0.75 | 0.27 |
| Hex | 56 | 11 | 77 | 1C | 56 | 0 | 35 | 119 | 4B | 1B |
| Octal | 126 | 21 | 167 | 34 | 126 | 0 | 65 | 431 | 113 | 33 |
| Binary | 1010110 | 10001 | 1110111 | 11100 | 1010110 | 0 | 110101 | 100011001 | 1001011 | 11011 |
Color Harmonies of #561177
Complementary color
Monochromatic Colors of #561177
Black with #561177
Text Example
Text Example
White with #561177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561177; }
p { color: rgb(86,17,119); }
H1.HeaderClassName
{
color: #561177;
}
.AnyTagClassName
{
color: #561177;
}
</style>
background-color css
<style>
a { background-color: #561177; }
a { background-color: rgb(86,17,119); }
div.DivClassName
{
background-color: #561177;
}
.BgClassName
{
background-color: #561177;
}
</style>
border-color css
<style>
span { border-color: #561177; }
span { border-color: rgb(86,17,119); }
td.TdClassName
{
border-color: #561177;
}
.TagClassName
{
border-color: #561177;
}
</style>