Shades of Indigo #560C99
Tints of Indigo #560C99
RGB
CMYK
RGB Variations
Color information
#560C99 (or 0x560C99) is known color: Indigo. HEX triplet: 56, 0C and 99. RGB value is (86,12,153). Sum of RGB (Red+Green+Blue) = 86+12+153=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #560C99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560C99 is #A9F366. Grayscale: #313131. Windows color (decimal): -11137895 or 10030166. OLE color: 10030166.
HSL color Cylindrical-coordinate representation of color #560C99: hue angle of 271.49º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560C99 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 12 | 153 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.4 |
| HSL | 271.49º | 0.85% | 0.32% | - |
| HSV(B) | 271.49º | 0.92% | 0.6% | - |
| XYZ | 9.72 | 4.54 | 30.5 | - |
| YUV | 50.2 | 186.02 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 153 | 0.44 | 0.92 | 0 | 0.4 | 271.49 | 0.85 | 0.32 |
| Hex | 56 | C | 99 | 2C | 5C | 0 | 28 | 10F | 55 | 20 |
| Octal | 126 | 14 | 231 | 54 | 134 | 0 | 50 | 417 | 125 | 40 |
| Binary | 1010110 | 1100 | 10011001 | 101100 | 1011100 | 0 | 101000 | 100001111 | 1010101 | 100000 |
Color Harmonies of #560C99
Complementary color
Monochromatic Colors of #560C99
Black with #560C99
Text Example
Text Example
White with #560C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560C99; }
p { color: rgb(86,12,153); }
H1.HeaderClassName
{
color: #560C99;
}
.AnyTagClassName
{
color: #560C99;
}
</style>
background-color css
<style>
a { background-color: #560C99; }
a { background-color: rgb(86,12,153); }
div.DivClassName
{
background-color: #560C99;
}
.BgClassName
{
background-color: #560C99;
}
</style>
border-color css
<style>
span { border-color: #560C99; }
span { border-color: rgb(86,12,153); }
td.TdClassName
{
border-color: #560C99;
}
.TagClassName
{
border-color: #560C99;
}
</style>