Shades of Indigo #560067
Tints of Indigo #560067
RGB
CMYK
RGB Variations
Color information
#560067 (or 0x560067) is known color: Indigo. HEX triplet: 56, 00 and 67. RGB value is (86,0,103). Sum of RGB (Red+Green+Blue) = 86+0+103=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #560067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560067 is #A9FF98. Grayscale: #252525. Windows color (decimal): -11141017 or 6750294. OLE color: 6750294.
HSL color Cylindrical-coordinate representation of color #560067: hue angle of 290.1º 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 #560067 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 0 | 103 | - |
| CMYK | 0.17 | 1 | 0 | 0.60 |
| HSL | 290.1º | 1% | 0.2% | - |
| HSV(B) | 290.1º | 1% | 0.4% | - |
| XYZ | 6.29 | 2.96 | 13.07 | - |
| YUV | 37.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 103 | 0.17 | 1 | 0 | 0.60 | 290.1 | 1 | 0.2 |
| Hex | 56 | 0 | 67 | 11 | 64 | 0 | 3C | 122 | 64 | 14 |
| Octal | 126 | 0 | 147 | 21 | 144 | 0 | 74 | 442 | 144 | 24 |
| Binary | 1010110 | 0 | 1100111 | 10001 | 1100100 | 0 | 111100 | 100100010 | 1100100 | 10100 |
Color Harmonies of #560067
Complementary color
Monochromatic Colors of #560067
Black with #560067
Text Example
Text Example
White with #560067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560067; }
p { color: rgb(86,0,103); }
H1.HeaderClassName
{
color: #560067;
}
.AnyTagClassName
{
color: #560067;
}
</style>
background-color css
<style>
a { background-color: #560067; }
a { background-color: rgb(86,0,103); }
div.DivClassName
{
background-color: #560067;
}
.BgClassName
{
background-color: #560067;
}
</style>
border-color css
<style>
span { border-color: #560067; }
span { border-color: rgb(86,0,103); }
td.TdClassName
{
border-color: #560067;
}
.TagClassName
{
border-color: #560067;
}
</style>