Shades of Indigo #561778
Tints of Indigo #561778
RGB
CMYK
RGB Variations
Color information
#561778 (or 0x561778) is known color: Indigo. HEX triplet: 56, 17 and 78. RGB value is (86,23,120). Sum of RGB (Red+Green+Blue) = 86+23+120=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #561778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561778 is #A9E887. Grayscale: #343434. Windows color (decimal): -11135112 or 7870294. OLE color: 7870294.
HSL color Cylindrical-coordinate representation of color #561778: hue angle of 278.97º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561778 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 23 | 120 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.53 |
| HSL | 278.97º | 0.68% | 0.28% | - |
| HSV(B) | 278.97º | 0.81% | 0.47% | - |
| XYZ | 7.53 | 3.95 | 18.13 | - |
| YUV | 52.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 120 | 0.28 | 0.81 | 0 | 0.53 | 278.97 | 0.68 | 0.28 |
| Hex | 56 | 17 | 78 | 1C | 51 | 0 | 35 | 117 | 44 | 1C |
| Octal | 126 | 27 | 170 | 34 | 121 | 0 | 65 | 427 | 104 | 34 |
| Binary | 1010110 | 10111 | 1111000 | 11100 | 1010001 | 0 | 110101 | 100010111 | 1000100 | 11100 |
Color Harmonies of #561778
Complementary color
Monochromatic Colors of #561778
Black with #561778
Text Example
Text Example
White with #561778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561778; }
p { color: rgb(86,23,120); }
H1.HeaderClassName
{
color: #561778;
}
.AnyTagClassName
{
color: #561778;
}
</style>
background-color css
<style>
a { background-color: #561778; }
a { background-color: rgb(86,23,120); }
div.DivClassName
{
background-color: #561778;
}
.BgClassName
{
background-color: #561778;
}
</style>
border-color css
<style>
span { border-color: #561778; }
span { border-color: rgb(86,23,120); }
td.TdClassName
{
border-color: #561778;
}
.TagClassName
{
border-color: #561778;
}
</style>