Shades of Indigo #561175
Tints of Indigo #561175
RGB
CMYK
RGB Variations
Color information
#561175 (or 0x561175) is known color: Indigo. HEX triplet: 56, 11 and 75. RGB value is (86,17,117). Sum of RGB (Red+Green+Blue) = 86+17+117=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #561175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561175 is #A9EE8A. Grayscale: #303030. Windows color (decimal): -11136651 or 7672150. OLE color: 7672150.
HSL color Cylindrical-coordinate representation of color #561175: hue angle of 281.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561175 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 17 | 117 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.54 |
| HSL | 281.4º | 0.75% | 0.26% | - |
| HSV(B) | 281.4º | 0.85% | 0.46% | - |
| XYZ | 7.25 | 3.66 | 17.15 | - |
| YUV | 49.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 117 | 0.26 | 0.85 | 0 | 0.54 | 281.4 | 0.75 | 0.26 |
| Hex | 56 | 11 | 75 | 1A | 55 | 0 | 36 | 119 | 4B | 1A |
| Octal | 126 | 21 | 165 | 32 | 125 | 0 | 66 | 431 | 113 | 32 |
| Binary | 1010110 | 10001 | 1110101 | 11010 | 1010101 | 0 | 110110 | 100011001 | 1001011 | 11010 |
Color Harmonies of #561175
Complementary color
Monochromatic Colors of #561175
Black with #561175
Text Example
Text Example
White with #561175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561175; }
p { color: rgb(86,17,117); }
H1.HeaderClassName
{
color: #561175;
}
.AnyTagClassName
{
color: #561175;
}
</style>
background-color css
<style>
a { background-color: #561175; }
a { background-color: rgb(86,17,117); }
div.DivClassName
{
background-color: #561175;
}
.BgClassName
{
background-color: #561175;
}
</style>
border-color css
<style>
span { border-color: #561175; }
span { border-color: rgb(86,17,117); }
td.TdClassName
{
border-color: #561175;
}
.TagClassName
{
border-color: #561175;
}
</style>