Shades of Indigo #560062
Tints of Indigo #560062
RGB
CMYK
RGB Variations
Color information
#560062 (or 0x560062) is known color: Indigo. HEX triplet: 56, 00 and 62. RGB value is (86,0,98). Sum of RGB (Red+Green+Blue) = 86+0+98=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #560062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560062 is #A9FF9D. Grayscale: #242424. Windows color (decimal): -11141022 or 6422614. OLE color: 6422614.
HSL color Cylindrical-coordinate representation of color #560062: hue angle of 292.65º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560062 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 0 | 98 | - |
| CMYK | 0.12 | 1 | 0 | 0.62 |
| HSL | 292.65º | 1% | 0.19% | - |
| HSV(B) | 292.65º | 1% | 0.38% | - |
| XYZ | 6.04 | 2.86 | 11.79 | - |
| YUV | 36.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 98 | 0.12 | 1 | 0 | 0.62 | 292.65 | 1 | 0.19 |
| Hex | 56 | 0 | 62 | C | 64 | 0 | 3E | 125 | 64 | 13 |
| Octal | 126 | 0 | 142 | 14 | 144 | 0 | 76 | 445 | 144 | 23 |
| Binary | 1010110 | 0 | 1100010 | 1100 | 1100100 | 0 | 111110 | 100100101 | 1100100 | 10011 |
Color Harmonies of #560062
Complementary color
Monochromatic Colors of #560062
Black with #560062
Text Example
Text Example
White with #560062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560062; }
p { color: rgb(86,0,98); }
H1.HeaderClassName
{
color: #560062;
}
.AnyTagClassName
{
color: #560062;
}
</style>
background-color css
<style>
a { background-color: #560062; }
a { background-color: rgb(86,0,98); }
div.DivClassName
{
background-color: #560062;
}
.BgClassName
{
background-color: #560062;
}
</style>
border-color css
<style>
span { border-color: #560062; }
span { border-color: rgb(86,0,98); }
td.TdClassName
{
border-color: #560062;
}
.TagClassName
{
border-color: #560062;
}
</style>