Shades of Indigo #561292
Tints of Indigo #561292
RGB
CMYK
RGB Variations
Color information
#561292 (or 0x561292) is known color: Indigo. HEX triplet: 56, 12 and 92. RGB value is (86,18,146). Sum of RGB (Red+Green+Blue) = 86+18+146=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #561292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561292 is #A9ED6D. Grayscale: #343434. Windows color (decimal): -11136366 or 9572950. OLE color: 9572950.
HSL color Cylindrical-coordinate representation of color #561292: hue angle of 271.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561292 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 18 | 146 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.43 |
| HSL | 271.88º | 0.78% | 0.32% | - |
| HSV(B) | 271.88º | 0.88% | 0.57% | - |
| XYZ | 9.24 | 4.49 | 27.57 | - |
| YUV | 52.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 146 | 0.41 | 0.88 | 0 | 0.43 | 271.88 | 0.78 | 0.32 |
| Hex | 56 | 12 | 92 | 29 | 58 | 0 | 2B | 110 | 4E | 20 |
| Octal | 126 | 22 | 222 | 51 | 130 | 0 | 53 | 420 | 116 | 40 |
| Binary | 1010110 | 10010 | 10010010 | 101001 | 1011000 | 0 | 101011 | 100010000 | 1001110 | 100000 |
Color Harmonies of #561292
Complementary color
Monochromatic Colors of #561292
Black with #561292
Text Example
Text Example
White with #561292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561292; }
p { color: rgb(86,18,146); }
H1.HeaderClassName
{
color: #561292;
}
.AnyTagClassName
{
color: #561292;
}
</style>
background-color css
<style>
a { background-color: #561292; }
a { background-color: rgb(86,18,146); }
div.DivClassName
{
background-color: #561292;
}
.BgClassName
{
background-color: #561292;
}
</style>
border-color css
<style>
span { border-color: #561292; }
span { border-color: rgb(86,18,146); }
td.TdClassName
{
border-color: #561292;
}
.TagClassName
{
border-color: #561292;
}
</style>