Shades of Indigo #560593
Tints of Indigo #560593
RGB
CMYK
RGB Variations
Color information
#560593 (or 0x560593) is known color: Indigo. HEX triplet: 56, 05 and 93. RGB value is (86,5,147). Sum of RGB (Red+Green+Blue) = 86+5+147=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #560593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560593 is #A9FA6C. Grayscale: #2C2C2C. Windows color (decimal): -11139693 or 9635158. OLE color: 9635158.
HSL color Cylindrical-coordinate representation of color #560593: hue angle of 274.23º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560593 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 5 | 147 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.42 |
| HSL | 274.23º | 0.93% | 0.3% | - |
| HSV(B) | 274.23º | 0.97% | 0.58% | - |
| XYZ | 9.16 | 4.19 | 27.93 | - |
| YUV | 45.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 147 | 0.41 | 0.97 | 0 | 0.42 | 274.23 | 0.93 | 0.3 |
| Hex | 56 | 5 | 93 | 29 | 61 | 0 | 2A | 112 | 5D | 1E |
| Octal | 126 | 5 | 223 | 51 | 141 | 0 | 52 | 422 | 135 | 36 |
| Binary | 1010110 | 101 | 10010011 | 101001 | 1100001 | 0 | 101010 | 100010010 | 1011101 | 11110 |
Color Harmonies of #560593
Complementary color
Monochromatic Colors of #560593
Black with #560593
Text Example
Text Example
White with #560593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560593; }
p { color: rgb(86,5,147); }
H1.HeaderClassName
{
color: #560593;
}
.AnyTagClassName
{
color: #560593;
}
</style>
background-color css
<style>
a { background-color: #560593; }
a { background-color: rgb(86,5,147); }
div.DivClassName
{
background-color: #560593;
}
.BgClassName
{
background-color: #560593;
}
</style>
border-color css
<style>
span { border-color: #560593; }
span { border-color: rgb(86,5,147); }
td.TdClassName
{
border-color: #560593;
}
.TagClassName
{
border-color: #560593;
}
</style>