Shades of Indigo #560461
Tints of Indigo #560461
RGB
CMYK
RGB Variations
Color information
#560461 (or 0x560461) is known color: Indigo. HEX triplet: 56, 04 and 61. RGB value is (86,4,97). Sum of RGB (Red+Green+Blue) = 86+4+97=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #560461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560461 is #A9FB9E. Grayscale: #262626. Windows color (decimal): -11139999 or 6358102. OLE color: 6358102.
HSL color Cylindrical-coordinate representation of color #560461: hue angle of 292.9º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560461 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 4 | 97 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.62 |
| HSL | 292.9º | 0.92% | 0.2% | - |
| HSV(B) | 292.9º | 0.96% | 0.38% | - |
| XYZ | 6.04 | 2.93 | 11.56 | - |
| YUV | 39.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 97 | 0.11 | 0.96 | 0 | 0.62 | 292.9 | 0.92 | 0.2 |
| Hex | 56 | 4 | 61 | B | 60 | 0 | 3E | 125 | 5C | 14 |
| Octal | 126 | 4 | 141 | 13 | 140 | 0 | 76 | 445 | 134 | 24 |
| Binary | 1010110 | 100 | 1100001 | 1011 | 1100000 | 0 | 111110 | 100100101 | 1011100 | 10100 |
Color Harmonies of #560461
Complementary color
Monochromatic Colors of #560461
Black with #560461
Text Example
Text Example
White with #560461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560461; }
p { color: rgb(86,4,97); }
H1.HeaderClassName
{
color: #560461;
}
.AnyTagClassName
{
color: #560461;
}
</style>
background-color css
<style>
a { background-color: #560461; }
a { background-color: rgb(86,4,97); }
div.DivClassName
{
background-color: #560461;
}
.BgClassName
{
background-color: #560461;
}
</style>
border-color css
<style>
span { border-color: #560461; }
span { border-color: rgb(86,4,97); }
td.TdClassName
{
border-color: #560461;
}
.TagClassName
{
border-color: #560461;
}
</style>