Shades of Indigo #561572
Tints of Indigo #561572
RGB
CMYK
RGB Variations
Color information
#561572 (or 0x561572) is known color: Indigo. HEX triplet: 56, 15 and 72. RGB value is (86,21,114). Sum of RGB (Red+Green+Blue) = 86+21+114=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #561572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561572 is #A9EA8D. Grayscale: #323232. Windows color (decimal): -11135630 or 7476566. OLE color: 7476566.
HSL color Cylindrical-coordinate representation of color #561572: hue angle of 281.94º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561572 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 21 | 114 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.55 |
| HSL | 281.94º | 0.69% | 0.26% | - |
| HSV(B) | 281.94º | 0.82% | 0.45% | - |
| XYZ | 7.14 | 3.73 | 16.26 | - |
| YUV | 51.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 114 | 0.25 | 0.82 | 0 | 0.55 | 281.94 | 0.69 | 0.26 |
| Hex | 56 | 15 | 72 | 19 | 52 | 0 | 37 | 11A | 45 | 1A |
| Octal | 126 | 25 | 162 | 31 | 122 | 0 | 67 | 432 | 105 | 32 |
| Binary | 1010110 | 10101 | 1110010 | 11001 | 1010010 | 0 | 110111 | 100011010 | 1000101 | 11010 |
Color Harmonies of #561572
Complementary color
Monochromatic Colors of #561572
Black with #561572
Text Example
Text Example
White with #561572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561572; }
p { color: rgb(86,21,114); }
H1.HeaderClassName
{
color: #561572;
}
.AnyTagClassName
{
color: #561572;
}
</style>
background-color css
<style>
a { background-color: #561572; }
a { background-color: rgb(86,21,114); }
div.DivClassName
{
background-color: #561572;
}
.BgClassName
{
background-color: #561572;
}
</style>
border-color css
<style>
span { border-color: #561572; }
span { border-color: rgb(86,21,114); }
td.TdClassName
{
border-color: #561572;
}
.TagClassName
{
border-color: #561572;
}
</style>