Shades of Indigo #560275
Tints of Indigo #560275
RGB
CMYK
RGB Variations
Color information
#560275 (or 0x560275) is known color: Indigo. HEX triplet: 56, 02 and 75. RGB value is (86,2,117). Sum of RGB (Red+Green+Blue) = 86+2+117=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #560275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560275 is #A9FD8A. Grayscale: #272727. Windows color (decimal): -11140491 or 7668310. OLE color: 7668310.
HSL color Cylindrical-coordinate representation of color #560275: hue angle of 283.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560275 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 2 | 117 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.54 |
| HSL | 283.83º | 0.97% | 0.23% | - |
| HSV(B) | 283.83º | 0.98% | 0.46% | - |
| XYZ | 7.07 | 3.31 | 17.1 | - |
| YUV | 40.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 117 | 0.26 | 0.98 | 0 | 0.54 | 283.83 | 0.97 | 0.23 |
| Hex | 56 | 2 | 75 | 1A | 62 | 0 | 36 | 11C | 61 | 17 |
| Octal | 126 | 2 | 165 | 32 | 142 | 0 | 66 | 434 | 141 | 27 |
| Binary | 1010110 | 10 | 1110101 | 11010 | 1100010 | 0 | 110110 | 100011100 | 1100001 | 10111 |
Color Harmonies of #560275
Complementary color
Monochromatic Colors of #560275
Black with #560275
Text Example
Text Example
White with #560275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560275; }
p { color: rgb(86,2,117); }
H1.HeaderClassName
{
color: #560275;
}
.AnyTagClassName
{
color: #560275;
}
</style>
background-color css
<style>
a { background-color: #560275; }
a { background-color: rgb(86,2,117); }
div.DivClassName
{
background-color: #560275;
}
.BgClassName
{
background-color: #560275;
}
</style>
border-color css
<style>
span { border-color: #560275; }
span { border-color: rgb(86,2,117); }
td.TdClassName
{
border-color: #560275;
}
.TagClassName
{
border-color: #560275;
}
</style>