Shades of Indigo #560365
Tints of Indigo #560365
RGB
CMYK
RGB Variations
Color information
#560365 (or 0x560365) is known color: Indigo. HEX triplet: 56, 03 and 65. RGB value is (86,3,101). Sum of RGB (Red+Green+Blue) = 86+3+101=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #560365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560365 is #A9FC9A. Grayscale: #262626. Windows color (decimal): -11140251 or 6619990. OLE color: 6619990.
HSL color Cylindrical-coordinate representation of color #560365: hue angle of 290.82º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560365 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 3 | 101 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.60 |
| HSL | 290.82º | 0.94% | 0.2% | - |
| HSV(B) | 290.82º | 0.97% | 0.4% | - |
| XYZ | 6.22 | 2.98 | 12.56 | - |
| YUV | 38.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 101 | 0.15 | 0.97 | 0 | 0.60 | 290.82 | 0.94 | 0.2 |
| Hex | 56 | 3 | 65 | F | 61 | 0 | 3C | 123 | 5E | 14 |
| Octal | 126 | 3 | 145 | 17 | 141 | 0 | 74 | 443 | 136 | 24 |
| Binary | 1010110 | 11 | 1100101 | 1111 | 1100001 | 0 | 111100 | 100100011 | 1011110 | 10100 |
Color Harmonies of #560365
Complementary color
Monochromatic Colors of #560365
Black with #560365
Text Example
Text Example
White with #560365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560365; }
p { color: rgb(86,3,101); }
H1.HeaderClassName
{
color: #560365;
}
.AnyTagClassName
{
color: #560365;
}
</style>
background-color css
<style>
a { background-color: #560365; }
a { background-color: rgb(86,3,101); }
div.DivClassName
{
background-color: #560365;
}
.BgClassName
{
background-color: #560365;
}
</style>
border-color css
<style>
span { border-color: #560365; }
span { border-color: rgb(86,3,101); }
td.TdClassName
{
border-color: #560365;
}
.TagClassName
{
border-color: #560365;
}
</style>