Shades of Indigo #560293
Tints of Indigo #560293
RGB
CMYK
RGB Variations
Color information
#560293 (or 0x560293) is known color: Indigo. HEX triplet: 56, 02 and 93. RGB value is (86,2,147). Sum of RGB (Red+Green+Blue) = 86+2+147=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #560293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560293 is #A9FD6C. Grayscale: #2B2B2B. Windows color (decimal): -11140461 or 9634390. OLE color: 9634390.
HSL color Cylindrical-coordinate representation of color #560293: hue angle of 274.76º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560293 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 2 | 147 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.42 |
| HSL | 274.76º | 0.97% | 0.29% | - |
| HSV(B) | 274.76º | 0.99% | 0.58% | - |
| XYZ | 9.13 | 4.13 | 27.92 | - |
| YUV | 43.65 | 186.33 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 147 | 0.41 | 0.99 | 0 | 0.42 | 274.76 | 0.97 | 0.29 |
| Hex | 56 | 2 | 93 | 29 | 63 | 0 | 2A | 113 | 61 | 1D |
| Octal | 126 | 2 | 223 | 51 | 143 | 0 | 52 | 423 | 141 | 35 |
| Binary | 1010110 | 10 | 10010011 | 101001 | 1100011 | 0 | 101010 | 100010011 | 1100001 | 11101 |
Color Harmonies of #560293
Complementary color
Monochromatic Colors of #560293
Black with #560293
Text Example
Text Example
White with #560293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560293; }
p { color: rgb(86,2,147); }
H1.HeaderClassName
{
color: #560293;
}
.AnyTagClassName
{
color: #560293;
}
</style>
background-color css
<style>
a { background-color: #560293; }
a { background-color: rgb(86,2,147); }
div.DivClassName
{
background-color: #560293;
}
.BgClassName
{
background-color: #560293;
}
</style>
border-color css
<style>
span { border-color: #560293; }
span { border-color: rgb(86,2,147); }
td.TdClassName
{
border-color: #560293;
}
.TagClassName
{
border-color: #560293;
}
</style>