Shades of Indigo #560262
Tints of Indigo #560262
RGB
CMYK
RGB Variations
Color information
#560262 (or 0x560262) is known color: Indigo. HEX triplet: 56, 02 and 62. RGB value is (86,2,98). Sum of RGB (Red+Green+Blue) = 86+2+98=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #560262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560262 is #A9FD9D. Grayscale: #252525. Windows color (decimal): -11140510 or 6423126. OLE color: 6423126.
HSL color Cylindrical-coordinate representation of color #560262: hue angle of 292.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560262 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 2 | 98 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.62 |
| HSL | 292.5º | 0.96% | 0.2% | - |
| HSV(B) | 292.5º | 0.98% | 0.38% | - |
| XYZ | 6.06 | 2.9 | 11.8 | - |
| YUV | 38.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 98 | 0.12 | 0.98 | 0 | 0.62 | 292.5 | 0.96 | 0.2 |
| Hex | 56 | 2 | 62 | C | 62 | 0 | 3E | 124 | 60 | 14 |
| Octal | 126 | 2 | 142 | 14 | 142 | 0 | 76 | 444 | 140 | 24 |
| Binary | 1010110 | 10 | 1100010 | 1100 | 1100010 | 0 | 111110 | 100100100 | 1100000 | 10100 |
Color Harmonies of #560262
Complementary color
Monochromatic Colors of #560262
Black with #560262
Text Example
Text Example
White with #560262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560262; }
p { color: rgb(86,2,98); }
H1.HeaderClassName
{
color: #560262;
}
.AnyTagClassName
{
color: #560262;
}
</style>
background-color css
<style>
a { background-color: #560262; }
a { background-color: rgb(86,2,98); }
div.DivClassName
{
background-color: #560262;
}
.BgClassName
{
background-color: #560262;
}
</style>
border-color css
<style>
span { border-color: #560262; }
span { border-color: rgb(86,2,98); }
td.TdClassName
{
border-color: #560262;
}
.TagClassName
{
border-color: #560262;
}
</style>