Shades of Indigo #560165
Tints of Indigo #560165
RGB
CMYK
RGB Variations
Color information
#560165 (or 0x560165) is known color: Indigo. HEX triplet: 56, 01 and 65. RGB value is (86,1,101). Sum of RGB (Red+Green+Blue) = 86+1+101=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #560165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560165 is #A9FE9A. Grayscale: #252525. Windows color (decimal): -11140763 or 6619478. OLE color: 6619478.
HSL color Cylindrical-coordinate representation of color #560165: hue angle of 291º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560165 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 1 | 101 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.60 |
| HSL | 291º | 0.98% | 0.2% | - |
| HSV(B) | 291º | 0.99% | 0.4% | - |
| XYZ | 6.2 | 2.94 | 12.55 | - |
| YUV | 37.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 101 | 0.15 | 0.99 | 0 | 0.60 | 291 | 0.98 | 0.2 |
| Hex | 56 | 1 | 65 | F | 63 | 0 | 3C | 123 | 62 | 14 |
| Octal | 126 | 1 | 145 | 17 | 143 | 0 | 74 | 443 | 142 | 24 |
| Binary | 1010110 | 1 | 1100101 | 1111 | 1100011 | 0 | 111100 | 100100011 | 1100010 | 10100 |
Color Harmonies of #560165
Complementary color
Monochromatic Colors of #560165
Black with #560165
Text Example
Text Example
White with #560165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560165; }
p { color: rgb(86,1,101); }
H1.HeaderClassName
{
color: #560165;
}
.AnyTagClassName
{
color: #560165;
}
</style>
background-color css
<style>
a { background-color: #560165; }
a { background-color: rgb(86,1,101); }
div.DivClassName
{
background-color: #560165;
}
.BgClassName
{
background-color: #560165;
}
</style>
border-color css
<style>
span { border-color: #560165; }
span { border-color: rgb(86,1,101); }
td.TdClassName
{
border-color: #560165;
}
.TagClassName
{
border-color: #560165;
}
</style>