Shades of Indigo #561275
Tints of Indigo #561275
RGB
CMYK
RGB Variations
Color information
#561275 (or 0x561275) is known color: Indigo. HEX triplet: 56, 12 and 75. RGB value is (86,18,117). Sum of RGB (Red+Green+Blue) = 86+18+117=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #561275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561275 is #A9ED8A. Grayscale: #313131. Windows color (decimal): -11136395 or 7672406. OLE color: 7672406.
HSL color Cylindrical-coordinate representation of color #561275: hue angle of 281.21º degrees, saturation: 0.73, 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 #561275 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 18 | 117 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.54 |
| HSL | 281.21º | 0.73% | 0.26% | - |
| HSV(B) | 281.21º | 0.85% | 0.46% | - |
| XYZ | 7.26 | 3.7 | 17.16 | - |
| YUV | 49.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 117 | 0.26 | 0.85 | 0 | 0.54 | 281.21 | 0.73 | 0.26 |
| Hex | 56 | 12 | 75 | 1A | 55 | 0 | 36 | 119 | 49 | 1A |
| Octal | 126 | 22 | 165 | 32 | 125 | 0 | 66 | 431 | 111 | 32 |
| Binary | 1010110 | 10010 | 1110101 | 11010 | 1010101 | 0 | 110110 | 100011001 | 1001001 | 11010 |
Color Harmonies of #561275
Complementary color
Monochromatic Colors of #561275
Black with #561275
Text Example
Text Example
White with #561275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561275; }
p { color: rgb(86,18,117); }
H1.HeaderClassName
{
color: #561275;
}
.AnyTagClassName
{
color: #561275;
}
</style>
background-color css
<style>
a { background-color: #561275; }
a { background-color: rgb(86,18,117); }
div.DivClassName
{
background-color: #561275;
}
.BgClassName
{
background-color: #561275;
}
</style>
border-color css
<style>
span { border-color: #561275; }
span { border-color: rgb(86,18,117); }
td.TdClassName
{
border-color: #561275;
}
.TagClassName
{
border-color: #561275;
}
</style>