Shades of Indigo #560465
Tints of Indigo #560465
RGB
CMYK
RGB Variations
Color information
#560465 (or 0x560465) is known color: Indigo. HEX triplet: 56, 04 and 65. RGB value is (86,4,101). Sum of RGB (Red+Green+Blue) = 86+4+101=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #560465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560465 is #A9FB9A. Grayscale: #272727. Windows color (decimal): -11139995 or 6620246. OLE color: 6620246.
HSL color Cylindrical-coordinate representation of color #560465: hue angle of 290.72º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560465 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 4 | 101 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.60 |
| HSL | 290.72º | 0.92% | 0.21% | - |
| HSV(B) | 290.72º | 0.96% | 0.4% | - |
| XYZ | 6.23 | 3 | 12.56 | - |
| YUV | 39.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 101 | 0.15 | 0.96 | 0 | 0.60 | 290.72 | 0.92 | 0.21 |
| Hex | 56 | 4 | 65 | F | 60 | 0 | 3C | 123 | 5C | 15 |
| Octal | 126 | 4 | 145 | 17 | 140 | 0 | 74 | 443 | 134 | 25 |
| Binary | 1010110 | 100 | 1100101 | 1111 | 1100000 | 0 | 111100 | 100100011 | 1011100 | 10101 |
Color Harmonies of #560465
Complementary color
Monochromatic Colors of #560465
Black with #560465
Text Example
Text Example
White with #560465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560465; }
p { color: rgb(86,4,101); }
H1.HeaderClassName
{
color: #560465;
}
.AnyTagClassName
{
color: #560465;
}
</style>
background-color css
<style>
a { background-color: #560465; }
a { background-color: rgb(86,4,101); }
div.DivClassName
{
background-color: #560465;
}
.BgClassName
{
background-color: #560465;
}
</style>
border-color css
<style>
span { border-color: #560465; }
span { border-color: rgb(86,4,101); }
td.TdClassName
{
border-color: #560465;
}
.TagClassName
{
border-color: #560465;
}
</style>