Shades of Indigo #560294
Tints of Indigo #560294
RGB
CMYK
RGB Variations
Color information
#560294 (or 0x560294) is known color: Indigo. HEX triplet: 56, 02 and 94. RGB value is (86,2,148). Sum of RGB (Red+Green+Blue) = 86+2+148=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #560294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560294 is #A9FD6B. Grayscale: #2B2B2B. Windows color (decimal): -11140460 or 9699926. OLE color: 9699926.
HSL color Cylindrical-coordinate representation of color #560294: hue angle of 274.52º 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 #560294 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 2 | 148 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.42 |
| HSL | 274.52º | 0.97% | 0.29% | - |
| HSV(B) | 274.52º | 0.99% | 0.58% | - |
| XYZ | 9.2 | 4.16 | 28.33 | - |
| YUV | 43.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 148 | 0.42 | 0.99 | 0 | 0.42 | 274.52 | 0.97 | 0.29 |
| Hex | 56 | 2 | 94 | 2A | 63 | 0 | 2A | 113 | 61 | 1D |
| Octal | 126 | 2 | 224 | 52 | 143 | 0 | 52 | 423 | 141 | 35 |
| Binary | 1010110 | 10 | 10010100 | 101010 | 1100011 | 0 | 101010 | 100010011 | 1100001 | 11101 |
Color Harmonies of #560294
Complementary color
Monochromatic Colors of #560294
Black with #560294
Text Example
Text Example
White with #560294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560294; }
p { color: rgb(86,2,148); }
H1.HeaderClassName
{
color: #560294;
}
.AnyTagClassName
{
color: #560294;
}
</style>
background-color css
<style>
a { background-color: #560294; }
a { background-color: rgb(86,2,148); }
div.DivClassName
{
background-color: #560294;
}
.BgClassName
{
background-color: #560294;
}
</style>
border-color css
<style>
span { border-color: #560294; }
span { border-color: rgb(86,2,148); }
td.TdClassName
{
border-color: #560294;
}
.TagClassName
{
border-color: #560294;
}
</style>