Shades of Indigo #560065
Tints of Indigo #560065
RGB
CMYK
RGB Variations
Color information
#560065 (or 0x560065) is known color: Indigo. HEX triplet: 56, 00 and 65. RGB value is (86,0,101). Sum of RGB (Red+Green+Blue) = 86+0+101=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #560065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560065 is #A9FF9A. Grayscale: #242424. Windows color (decimal): -11141019 or 6619222. OLE color: 6619222.
HSL color Cylindrical-coordinate representation of color #560065: hue angle of 291.09º 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 #560065 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 0 | 101 | - |
| CMYK | 0.15 | 1 | 0 | 0.60 |
| HSL | 291.09º | 1% | 0.2% | - |
| HSV(B) | 291.09º | 1% | 0.4% | - |
| XYZ | 6.19 | 2.92 | 12.55 | - |
| YUV | 37.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 101 | 0.15 | 1 | 0 | 0.60 | 291.09 | 1 | 0.2 |
| Hex | 56 | 0 | 65 | F | 64 | 0 | 3C | 123 | 64 | 14 |
| Octal | 126 | 0 | 145 | 17 | 144 | 0 | 74 | 443 | 144 | 24 |
| Binary | 1010110 | 0 | 1100101 | 1111 | 1100100 | 0 | 111100 | 100100011 | 1100100 | 10100 |
Color Harmonies of #560065
Complementary color
Monochromatic Colors of #560065
Black with #560065
Text Example
Text Example
White with #560065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560065; }
p { color: rgb(86,0,101); }
H1.HeaderClassName
{
color: #560065;
}
.AnyTagClassName
{
color: #560065;
}
</style>
background-color css
<style>
a { background-color: #560065; }
a { background-color: rgb(86,0,101); }
div.DivClassName
{
background-color: #560065;
}
.BgClassName
{
background-color: #560065;
}
</style>
border-color css
<style>
span { border-color: #560065; }
span { border-color: rgb(86,0,101); }
td.TdClassName
{
border-color: #560065;
}
.TagClassName
{
border-color: #560065;
}
</style>