Shades of Indigo #561774
Tints of Indigo #561774
RGB
CMYK
RGB Variations
Color information
#561774 (or 0x561774) is known color: Indigo. HEX triplet: 56, 17 and 74. RGB value is (86,23,116). Sum of RGB (Red+Green+Blue) = 86+23+116=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #561774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561774 is #A9E88B. Grayscale: #343434. Windows color (decimal): -11135116 or 7608150. OLE color: 7608150.
HSL color Cylindrical-coordinate representation of color #561774: hue angle of 280.65º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561774 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 23 | 116 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.55 |
| HSL | 280.65º | 0.67% | 0.27% | - |
| HSV(B) | 280.65º | 0.8% | 0.45% | - |
| XYZ | 7.3 | 3.85 | 16.88 | - |
| YUV | 52.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 116 | 0.26 | 0.80 | 0 | 0.55 | 280.65 | 0.67 | 0.27 |
| Hex | 56 | 17 | 74 | 1A | 50 | 0 | 37 | 119 | 43 | 1B |
| Octal | 126 | 27 | 164 | 32 | 120 | 0 | 67 | 431 | 103 | 33 |
| Binary | 1010110 | 10111 | 1110100 | 11010 | 1010000 | 0 | 110111 | 100011001 | 1000011 | 11011 |
Color Harmonies of #561774
Complementary color
Monochromatic Colors of #561774
Black with #561774
Text Example
Text Example
White with #561774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561774; }
p { color: rgb(86,23,116); }
H1.HeaderClassName
{
color: #561774;
}
.AnyTagClassName
{
color: #561774;
}
</style>
background-color css
<style>
a { background-color: #561774; }
a { background-color: rgb(86,23,116); }
div.DivClassName
{
background-color: #561774;
}
.BgClassName
{
background-color: #561774;
}
</style>
border-color css
<style>
span { border-color: #561774; }
span { border-color: rgb(86,23,116); }
td.TdClassName
{
border-color: #561774;
}
.TagClassName
{
border-color: #561774;
}
</style>