Shades of Indigo #561074
Tints of Indigo #561074
RGB
CMYK
RGB Variations
Color information
#561074 (or 0x561074) is known color: Indigo. HEX triplet: 56, 10 and 74. RGB value is (86,16,116). Sum of RGB (Red+Green+Blue) = 86+16+116=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #561074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561074 is #A9EF8B. Grayscale: #303030. Windows color (decimal): -11136908 or 7606358. OLE color: 7606358.
HSL color Cylindrical-coordinate representation of color #561074: hue angle of 282º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561074 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 16 | 116 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.55 |
| HSL | 282º | 0.76% | 0.26% | - |
| HSV(B) | 282º | 0.86% | 0.45% | - |
| XYZ | 7.18 | 3.61 | 16.84 | - |
| YUV | 48.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 116 | 0.26 | 0.86 | 0 | 0.55 | 282 | 0.76 | 0.26 |
| Hex | 56 | 10 | 74 | 1A | 56 | 0 | 37 | 11A | 4C | 1A |
| Octal | 126 | 20 | 164 | 32 | 126 | 0 | 67 | 432 | 114 | 32 |
| Binary | 1010110 | 10000 | 1110100 | 11010 | 1010110 | 0 | 110111 | 100011010 | 1001100 | 11010 |
Color Harmonies of #561074
Complementary color
Monochromatic Colors of #561074
Black with #561074
Text Example
Text Example
White with #561074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561074; }
p { color: rgb(86,16,116); }
H1.HeaderClassName
{
color: #561074;
}
.AnyTagClassName
{
color: #561074;
}
</style>
background-color css
<style>
a { background-color: #561074; }
a { background-color: rgb(86,16,116); }
div.DivClassName
{
background-color: #561074;
}
.BgClassName
{
background-color: #561074;
}
</style>
border-color css
<style>
span { border-color: #561074; }
span { border-color: rgb(86,16,116); }
td.TdClassName
{
border-color: #561074;
}
.TagClassName
{
border-color: #561074;
}
</style>