Shades of Indigo #560292
Tints of Indigo #560292
RGB
CMYK
RGB Variations
Color information
#560292 (or 0x560292) is known color: Indigo. HEX triplet: 56, 02 and 92. RGB value is (86,2,146). Sum of RGB (Red+Green+Blue) = 86+2+146=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #560292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560292 is #A9FD6D. Grayscale: #2B2B2B. Windows color (decimal): -11140462 or 9568854. OLE color: 9568854.
HSL color Cylindrical-coordinate representation of color #560292: hue angle of 275º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560292 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 2 | 146 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.43 |
| HSL | 275º | 0.97% | 0.29% | - |
| HSV(B) | 275º | 0.99% | 0.57% | - |
| XYZ | 9.05 | 4.1 | 27.51 | - |
| YUV | 43.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 146 | 0.41 | 0.99 | 0 | 0.43 | 275 | 0.97 | 0.29 |
| Hex | 56 | 2 | 92 | 29 | 63 | 0 | 2B | 113 | 61 | 1D |
| Octal | 126 | 2 | 222 | 51 | 143 | 0 | 53 | 423 | 141 | 35 |
| Binary | 1010110 | 10 | 10010010 | 101001 | 1100011 | 0 | 101011 | 100010011 | 1100001 | 11101 |
Color Harmonies of #560292
Complementary color
Monochromatic Colors of #560292
Black with #560292
Text Example
Text Example
White with #560292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560292; }
p { color: rgb(86,2,146); }
H1.HeaderClassName
{
color: #560292;
}
.AnyTagClassName
{
color: #560292;
}
</style>
background-color css
<style>
a { background-color: #560292; }
a { background-color: rgb(86,2,146); }
div.DivClassName
{
background-color: #560292;
}
.BgClassName
{
background-color: #560292;
}
</style>
border-color css
<style>
span { border-color: #560292; }
span { border-color: rgb(86,2,146); }
td.TdClassName
{
border-color: #560292;
}
.TagClassName
{
border-color: #560292;
}
</style>