Shades of Indigo #560C8F
Tints of Indigo #560C8F
RGB
CMYK
RGB Variations
Color information
#560C8F (or 0x560C8F) is known color: Indigo. HEX triplet: 56, 0C and 8F. RGB value is (86,12,143). Sum of RGB (Red+Green+Blue) = 86+12+143=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #560C8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560C8F is #A9F370. Grayscale: #303030. Windows color (decimal): -11137905 or 9374806. OLE color: 9374806.
HSL color Cylindrical-coordinate representation of color #560C8F: hue angle of 273.89º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560C8F is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 12 | 143 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.44 |
| HSL | 273.89º | 0.85% | 0.3% | - |
| HSV(B) | 273.89º | 0.92% | 0.56% | - |
| XYZ | 8.93 | 4.22 | 26.33 | - |
| YUV | 49.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 143 | 0.40 | 0.92 | 0 | 0.44 | 273.89 | 0.85 | 0.3 |
| Hex | 56 | C | 8F | 28 | 5C | 0 | 2C | 112 | 55 | 1E |
| Octal | 126 | 14 | 217 | 50 | 134 | 0 | 54 | 422 | 125 | 36 |
| Binary | 1010110 | 1100 | 10001111 | 101000 | 1011100 | 0 | 101100 | 100010010 | 1010101 | 11110 |
Color Harmonies of #560C8F
Complementary color
Monochromatic Colors of #560C8F
Black with #560C8F
Text Example
Text Example
White with #560C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560C8F; }
p { color: rgb(86,12,143); }
H1.HeaderClassName
{
color: #560C8F;
}
.AnyTagClassName
{
color: #560C8F;
}
</style>
background-color css
<style>
a { background-color: #560C8F; }
a { background-color: rgb(86,12,143); }
div.DivClassName
{
background-color: #560C8F;
}
.BgClassName
{
background-color: #560C8F;
}
</style>
border-color css
<style>
span { border-color: #560C8F; }
span { border-color: rgb(86,12,143); }
td.TdClassName
{
border-color: #560C8F;
}
.TagClassName
{
border-color: #560C8F;
}
</style>