Shades of Indigo #560270
Tints of Indigo #560270
RGB
CMYK
RGB Variations
Color information
#560270 (or 0x560270) is known color: Indigo. HEX triplet: 56, 02 and 70. RGB value is (86,2,112). Sum of RGB (Red+Green+Blue) = 86+2+112=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #560270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560270 is #A9FD8F. Grayscale: #272727. Windows color (decimal): -11140496 or 7340630. OLE color: 7340630.
HSL color Cylindrical-coordinate representation of color #560270: hue angle of 285.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560270 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 2 | 112 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.56 |
| HSL | 285.82º | 0.96% | 0.22% | - |
| HSV(B) | 285.82º | 0.98% | 0.44% | - |
| XYZ | 6.78 | 3.19 | 15.59 | - |
| YUV | 39.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 112 | 0.23 | 0.98 | 0 | 0.56 | 285.82 | 0.96 | 0.22 |
| Hex | 56 | 2 | 70 | 17 | 62 | 0 | 38 | 11E | 60 | 16 |
| Octal | 126 | 2 | 160 | 27 | 142 | 0 | 70 | 436 | 140 | 26 |
| Binary | 1010110 | 10 | 1110000 | 10111 | 1100010 | 0 | 111000 | 100011110 | 1100000 | 10110 |
Color Harmonies of #560270
Complementary color
Monochromatic Colors of #560270
Black with #560270
Text Example
Text Example
White with #560270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560270; }
p { color: rgb(86,2,112); }
H1.HeaderClassName
{
color: #560270;
}
.AnyTagClassName
{
color: #560270;
}
</style>
background-color css
<style>
a { background-color: #560270; }
a { background-color: rgb(86,2,112); }
div.DivClassName
{
background-color: #560270;
}
.BgClassName
{
background-color: #560270;
}
</style>
border-color css
<style>
span { border-color: #560270; }
span { border-color: rgb(86,2,112); }
td.TdClassName
{
border-color: #560270;
}
.TagClassName
{
border-color: #560270;
}
</style>