Shades of Indigo #561677
Tints of Indigo #561677
RGB
CMYK
RGB Variations
Color information
#561677 (or 0x561677) is known color: Indigo. HEX triplet: 56, 16 and 77. RGB value is (86,22,119). Sum of RGB (Red+Green+Blue) = 86+22+119=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #561677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561677 is #A9E988. Grayscale: #333333. Windows color (decimal): -11135369 or 7804502. OLE color: 7804502.
HSL color Cylindrical-coordinate representation of color #561677: hue angle of 279.59º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561677 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 22 | 119 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.53 |
| HSL | 279.59º | 0.69% | 0.28% | - |
| HSV(B) | 279.59º | 0.82% | 0.47% | - |
| XYZ | 7.45 | 3.88 | 17.81 | - |
| YUV | 52.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 119 | 0.28 | 0.82 | 0 | 0.53 | 279.59 | 0.69 | 0.28 |
| Hex | 56 | 16 | 77 | 1C | 52 | 0 | 35 | 118 | 45 | 1C |
| Octal | 126 | 26 | 167 | 34 | 122 | 0 | 65 | 430 | 105 | 34 |
| Binary | 1010110 | 10110 | 1110111 | 11100 | 1010010 | 0 | 110101 | 100011000 | 1000101 | 11100 |
Color Harmonies of #561677
Complementary color
Monochromatic Colors of #561677
Black with #561677
Text Example
Text Example
White with #561677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561677; }
p { color: rgb(86,22,119); }
H1.HeaderClassName
{
color: #561677;
}
.AnyTagClassName
{
color: #561677;
}
</style>
background-color css
<style>
a { background-color: #561677; }
a { background-color: rgb(86,22,119); }
div.DivClassName
{
background-color: #561677;
}
.BgClassName
{
background-color: #561677;
}
</style>
border-color css
<style>
span { border-color: #561677; }
span { border-color: rgb(86,22,119); }
td.TdClassName
{
border-color: #561677;
}
.TagClassName
{
border-color: #561677;
}
</style>