Shades of Indigo #561069
Tints of Indigo #561069
RGB
CMYK
RGB Variations
Color information
#561069 (or 0x561069) is known color: Indigo. HEX triplet: 56, 10 and 69. RGB value is (86,16,105). Sum of RGB (Red+Green+Blue) = 86+16+105=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #561069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561069 is #A9EF96. Grayscale: #2E2E2E. Windows color (decimal): -11136919 or 6885462. OLE color: 6885462.
HSL color Cylindrical-coordinate representation of color #561069: hue angle of 287.19º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561069 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 16 | 105 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.59 |
| HSL | 287.19º | 0.74% | 0.24% | - |
| HSV(B) | 287.19º | 0.85% | 0.41% | - |
| XYZ | 6.57 | 3.37 | 13.67 | - |
| YUV | 47.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 105 | 0.18 | 0.85 | 0 | 0.59 | 287.19 | 0.74 | 0.24 |
| Hex | 56 | 10 | 69 | 12 | 55 | 0 | 3B | 11F | 4A | 18 |
| Octal | 126 | 20 | 151 | 22 | 125 | 0 | 73 | 437 | 112 | 30 |
| Binary | 1010110 | 10000 | 1101001 | 10010 | 1010101 | 0 | 111011 | 100011111 | 1001010 | 11000 |
Color Harmonies of #561069
Complementary color
Monochromatic Colors of #561069
Black with #561069
Text Example
Text Example
White with #561069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561069; }
p { color: rgb(86,16,105); }
H1.HeaderClassName
{
color: #561069;
}
.AnyTagClassName
{
color: #561069;
}
</style>
background-color css
<style>
a { background-color: #561069; }
a { background-color: rgb(86,16,105); }
div.DivClassName
{
background-color: #561069;
}
.BgClassName
{
background-color: #561069;
}
</style>
border-color css
<style>
span { border-color: #561069; }
span { border-color: rgb(86,16,105); }
td.TdClassName
{
border-color: #561069;
}
.TagClassName
{
border-color: #561069;
}
</style>