Shades of Indigo #561473
Tints of Indigo #561473
RGB
CMYK
RGB Variations
Color information
#561473 (or 0x561473) is known color: Indigo. HEX triplet: 56, 14 and 73. RGB value is (86,20,115). Sum of RGB (Red+Green+Blue) = 86+20+115=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #561473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561473 is #A9EB8C. Grayscale: #323232. Windows color (decimal): -11135885 or 7541846. OLE color: 7541846.
HSL color Cylindrical-coordinate representation of color #561473: hue angle of 281.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561473 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 20 | 115 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.55 |
| HSL | 281.68º | 0.7% | 0.26% | - |
| HSV(B) | 281.68º | 0.83% | 0.45% | - |
| XYZ | 7.18 | 3.72 | 16.56 | - |
| YUV | 50.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 115 | 0.25 | 0.83 | 0 | 0.55 | 281.68 | 0.7 | 0.26 |
| Hex | 56 | 14 | 73 | 19 | 53 | 0 | 37 | 11A | 46 | 1A |
| Octal | 126 | 24 | 163 | 31 | 123 | 0 | 67 | 432 | 106 | 32 |
| Binary | 1010110 | 10100 | 1110011 | 11001 | 1010011 | 0 | 110111 | 100011010 | 1000110 | 11010 |
Color Harmonies of #561473
Complementary color
Monochromatic Colors of #561473
Black with #561473
Text Example
Text Example
White with #561473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561473; }
p { color: rgb(86,20,115); }
H1.HeaderClassName
{
color: #561473;
}
.AnyTagClassName
{
color: #561473;
}
</style>
background-color css
<style>
a { background-color: #561473; }
a { background-color: rgb(86,20,115); }
div.DivClassName
{
background-color: #561473;
}
.BgClassName
{
background-color: #561473;
}
</style>
border-color css
<style>
span { border-color: #561473; }
span { border-color: rgb(86,20,115); }
td.TdClassName
{
border-color: #561473;
}
.TagClassName
{
border-color: #561473;
}
</style>