Shades of Indigo #560290
Tints of Indigo #560290
RGB
CMYK
RGB Variations
Color information
#560290 (or 0x560290) is known color: Indigo. HEX triplet: 56, 02 and 90. RGB value is (86,2,144). Sum of RGB (Red+Green+Blue) = 86+2+144=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #560290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560290 is #A9FD6F. Grayscale: #2A2A2A. Windows color (decimal): -11140464 or 9437782. OLE color: 9437782.
HSL color Cylindrical-coordinate representation of color #560290: hue angle of 275.49º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560290 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 2 | 144 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.44 |
| HSL | 275.49º | 0.97% | 0.29% | - |
| HSV(B) | 275.49º | 0.99% | 0.56% | - |
| XYZ | 8.89 | 4.04 | 26.7 | - |
| YUV | 43.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 144 | 0.40 | 0.99 | 0 | 0.44 | 275.49 | 0.97 | 0.29 |
| Hex | 56 | 2 | 90 | 28 | 63 | 0 | 2C | 113 | 61 | 1D |
| Octal | 126 | 2 | 220 | 50 | 143 | 0 | 54 | 423 | 141 | 35 |
| Binary | 1010110 | 10 | 10010000 | 101000 | 1100011 | 0 | 101100 | 100010011 | 1100001 | 11101 |
Color Harmonies of #560290
Complementary color
Monochromatic Colors of #560290
Black with #560290
Text Example
Text Example
White with #560290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560290; }
p { color: rgb(86,2,144); }
H1.HeaderClassName
{
color: #560290;
}
.AnyTagClassName
{
color: #560290;
}
</style>
background-color css
<style>
a { background-color: #560290; }
a { background-color: rgb(86,2,144); }
div.DivClassName
{
background-color: #560290;
}
.BgClassName
{
background-color: #560290;
}
</style>
border-color css
<style>
span { border-color: #560290; }
span { border-color: rgb(86,2,144); }
td.TdClassName
{
border-color: #560290;
}
.TagClassName
{
border-color: #560290;
}
</style>