Shades of Indigo #560066
Tints of Indigo #560066
RGB
CMYK
RGB Variations
Color information
#560066 (or 0x560066) is known color: Indigo. HEX triplet: 56, 00 and 66. RGB value is (86,0,102). Sum of RGB (Red+Green+Blue) = 86+0+102=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #560066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560066 is #A9FF99. Grayscale: #252525. Windows color (decimal): -11141018 or 6684758. OLE color: 6684758.
HSL color Cylindrical-coordinate representation of color #560066: hue angle of 290.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560066 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 0 | 102 | - |
| CMYK | 0.16 | 1 | 0 | 0.6 |
| HSL | 290.59º | 1% | 0.2% | - |
| HSV(B) | 290.59º | 1% | 0.4% | - |
| XYZ | 6.24 | 2.94 | 12.81 | - |
| YUV | 37.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 102 | 0.16 | 1 | 0 | 0.6 | 290.59 | 1 | 0.2 |
| Hex | 56 | 0 | 66 | 10 | 64 | 0 | 3C | 123 | 64 | 14 |
| Octal | 126 | 0 | 146 | 20 | 144 | 0 | 74 | 443 | 144 | 24 |
| Binary | 1010110 | 0 | 1100110 | 10000 | 1100100 | 0 | 111100 | 100100011 | 1100100 | 10100 |
Color Harmonies of #560066
Complementary color
Monochromatic Colors of #560066
Black with #560066
Text Example
Text Example
White with #560066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560066; }
p { color: rgb(86,0,102); }
H1.HeaderClassName
{
color: #560066;
}
.AnyTagClassName
{
color: #560066;
}
</style>
background-color css
<style>
a { background-color: #560066; }
a { background-color: rgb(86,0,102); }
div.DivClassName
{
background-color: #560066;
}
.BgClassName
{
background-color: #560066;
}
</style>
border-color css
<style>
span { border-color: #560066; }
span { border-color: rgb(86,0,102); }
td.TdClassName
{
border-color: #560066;
}
.TagClassName
{
border-color: #560066;
}
</style>