Shades of Indigo #560E7A
Tints of Indigo #560E7A
RGB
CMYK
RGB Variations
Color information
#560E7A (or 0x560E7A) is known color: Indigo. HEX triplet: 56, 0E and 7A. RGB value is (86,14,122). Sum of RGB (Red+Green+Blue) = 86+14+122=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #560E7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560E7A is #A9F185. Grayscale: #2F2F2F. Windows color (decimal): -11137414 or 7999062. OLE color: 7999062.
HSL color Cylindrical-coordinate representation of color #560E7A: hue angle of 280º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560E7A is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 14 | 122 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.52 |
| HSL | 280º | 0.79% | 0.27% | - |
| HSV(B) | 280º | 0.89% | 0.48% | - |
| XYZ | 7.51 | 3.7 | 18.73 | - |
| YUV | 47.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 122 | 0.30 | 0.89 | 0 | 0.52 | 280 | 0.79 | 0.27 |
| Hex | 56 | E | 7A | 1E | 59 | 0 | 34 | 118 | 4F | 1B |
| Octal | 126 | 16 | 172 | 36 | 131 | 0 | 64 | 430 | 117 | 33 |
| Binary | 1010110 | 1110 | 1111010 | 11110 | 1011001 | 0 | 110100 | 100011000 | 1001111 | 11011 |
Color Harmonies of #560E7A
Complementary color
Monochromatic Colors of #560E7A
Black with #560E7A
Text Example
Text Example
White with #560E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E7A; }
p { color: rgb(86,14,122); }
H1.HeaderClassName
{
color: #560E7A;
}
.AnyTagClassName
{
color: #560E7A;
}
</style>
background-color css
<style>
a { background-color: #560E7A; }
a { background-color: rgb(86,14,122); }
div.DivClassName
{
background-color: #560E7A;
}
.BgClassName
{
background-color: #560E7A;
}
</style>
border-color css
<style>
span { border-color: #560E7A; }
span { border-color: rgb(86,14,122); }
td.TdClassName
{
border-color: #560E7A;
}
.TagClassName
{
border-color: #560E7A;
}
</style>