Shades of Indigo #560784
Tints of Indigo #560784
RGB
CMYK
RGB Variations
Color information
#560784 (or 0x560784) is known color: Indigo. HEX triplet: 56, 07 and 84. RGB value is (86,7,132). Sum of RGB (Red+Green+Blue) = 86+7+132=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #560784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560784 is #A9F87B. Grayscale: #2C2C2C. Windows color (decimal): -11139196 or 8652630. OLE color: 8652630.
HSL color Cylindrical-coordinate representation of color #560784: hue angle of 277.92º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560784 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 7 | 132 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.48 |
| HSL | 277.92º | 0.9% | 0.27% | - |
| HSV(B) | 277.92º | 0.95% | 0.52% | - |
| XYZ | 8.08 | 3.8 | 22.14 | - |
| YUV | 44.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 132 | 0.35 | 0.95 | 0 | 0.48 | 277.92 | 0.9 | 0.27 |
| Hex | 56 | 7 | 84 | 23 | 5F | 0 | 30 | 116 | 5A | 1B |
| Octal | 126 | 7 | 204 | 43 | 137 | 0 | 60 | 426 | 132 | 33 |
| Binary | 1010110 | 111 | 10000100 | 100011 | 1011111 | 0 | 110000 | 100010110 | 1011010 | 11011 |
Color Harmonies of #560784
Complementary color
Monochromatic Colors of #560784
Black with #560784
Text Example
Text Example
White with #560784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560784; }
p { color: rgb(86,7,132); }
H1.HeaderClassName
{
color: #560784;
}
.AnyTagClassName
{
color: #560784;
}
</style>
background-color css
<style>
a { background-color: #560784; }
a { background-color: rgb(86,7,132); }
div.DivClassName
{
background-color: #560784;
}
.BgClassName
{
background-color: #560784;
}
</style>
border-color css
<style>
span { border-color: #560784; }
span { border-color: rgb(86,7,132); }
td.TdClassName
{
border-color: #560784;
}
.TagClassName
{
border-color: #560784;
}
</style>