Shades of Indigo #561270
Tints of Indigo #561270
RGB
CMYK
RGB Variations
Color information
#561270 (or 0x561270) is known color: Indigo. HEX triplet: 56, 12 and 70. RGB value is (86,18,112). Sum of RGB (Red+Green+Blue) = 86+18+112=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #561270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561270 is #A9ED8F. Grayscale: #303030. Windows color (decimal): -11136400 or 7344726. OLE color: 7344726.
HSL color Cylindrical-coordinate representation of color #561270: hue angle of 283.4º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561270 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 18 | 112 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.56 |
| HSL | 283.4º | 0.72% | 0.25% | - |
| HSV(B) | 283.4º | 0.84% | 0.44% | - |
| XYZ | 6.98 | 3.58 | 15.65 | - |
| YUV | 49.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 112 | 0.23 | 0.84 | 0 | 0.56 | 283.4 | 0.72 | 0.25 |
| Hex | 56 | 12 | 70 | 17 | 54 | 0 | 38 | 11B | 48 | 19 |
| Octal | 126 | 22 | 160 | 27 | 124 | 0 | 70 | 433 | 110 | 31 |
| Binary | 1010110 | 10010 | 1110000 | 10111 | 1010100 | 0 | 111000 | 100011011 | 1001000 | 11001 |
Color Harmonies of #561270
Complementary color
Monochromatic Colors of #561270
Black with #561270
Text Example
Text Example
White with #561270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561270; }
p { color: rgb(86,18,112); }
H1.HeaderClassName
{
color: #561270;
}
.AnyTagClassName
{
color: #561270;
}
</style>
background-color css
<style>
a { background-color: #561270; }
a { background-color: rgb(86,18,112); }
div.DivClassName
{
background-color: #561270;
}
.BgClassName
{
background-color: #561270;
}
</style>
border-color css
<style>
span { border-color: #561270; }
span { border-color: rgb(86,18,112); }
td.TdClassName
{
border-color: #561270;
}
.TagClassName
{
border-color: #561270;
}
</style>