Shades of Indigo #561373
Tints of Indigo #561373
RGB
CMYK
RGB Variations
Color information
#561373 (or 0x561373) is known color: Indigo. HEX triplet: 56, 13 and 73. RGB value is (86,19,115). Sum of RGB (Red+Green+Blue) = 86+19+115=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #561373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561373 is #A9EC8C. Grayscale: #313131. Windows color (decimal): -11136141 or 7541590. OLE color: 7541590.
HSL color Cylindrical-coordinate representation of color #561373: hue angle of 281.88º degrees, saturation: 0.72, 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 #561373 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 19 | 115 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.55 |
| HSL | 281.88º | 0.72% | 0.26% | - |
| HSV(B) | 281.88º | 0.83% | 0.45% | - |
| XYZ | 7.17 | 3.68 | 16.55 | - |
| YUV | 49.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 115 | 0.25 | 0.83 | 0 | 0.55 | 281.88 | 0.72 | 0.26 |
| Hex | 56 | 13 | 73 | 19 | 53 | 0 | 37 | 11A | 48 | 1A |
| Octal | 126 | 23 | 163 | 31 | 123 | 0 | 67 | 432 | 110 | 32 |
| Binary | 1010110 | 10011 | 1110011 | 11001 | 1010011 | 0 | 110111 | 100011010 | 1001000 | 11010 |
Color Harmonies of #561373
Complementary color
Monochromatic Colors of #561373
Black with #561373
Text Example
Text Example
White with #561373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561373; }
p { color: rgb(86,19,115); }
H1.HeaderClassName
{
color: #561373;
}
.AnyTagClassName
{
color: #561373;
}
</style>
background-color css
<style>
a { background-color: #561373; }
a { background-color: rgb(86,19,115); }
div.DivClassName
{
background-color: #561373;
}
.BgClassName
{
background-color: #561373;
}
</style>
border-color css
<style>
span { border-color: #561373; }
span { border-color: rgb(86,19,115); }
td.TdClassName
{
border-color: #561373;
}
.TagClassName
{
border-color: #561373;
}
</style>