Shades of Indigo #560F9C
Tints of Indigo #560F9C
RGB
CMYK
RGB Variations
Color information
#560F9C (or 0x560F9C) is known color: Indigo. HEX triplet: 56, 0F and 9C. RGB value is (86,15,156). Sum of RGB (Red+Green+Blue) = 86+15+156=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #560F9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560F9C is #A9F063. Grayscale: #333333. Windows color (decimal): -11137124 or 10227542. OLE color: 10227542.
HSL color Cylindrical-coordinate representation of color #560F9C: hue angle of 270.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560F9C is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 15 | 156 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.39 |
| HSL | 270.21º | 0.82% | 0.34% | - |
| HSV(B) | 270.21º | 0.9% | 0.61% | - |
| XYZ | 10.01 | 4.72 | 31.84 | - |
| YUV | 52.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 156 | 0.45 | 0.90 | 0 | 0.39 | 270.21 | 0.82 | 0.34 |
| Hex | 56 | F | 9C | 2D | 5A | 0 | 27 | 10E | 52 | 22 |
| Octal | 126 | 17 | 234 | 55 | 132 | 0 | 47 | 416 | 122 | 42 |
| Binary | 1010110 | 1111 | 10011100 | 101101 | 1011010 | 0 | 100111 | 100001110 | 1010010 | 100010 |
Color Harmonies of #560F9C
Complementary color
Monochromatic Colors of #560F9C
Black with #560F9C
Text Example
Text Example
White with #560F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F9C; }
p { color: rgb(86,15,156); }
H1.HeaderClassName
{
color: #560F9C;
}
.AnyTagClassName
{
color: #560F9C;
}
</style>
background-color css
<style>
a { background-color: #560F9C; }
a { background-color: rgb(86,15,156); }
div.DivClassName
{
background-color: #560F9C;
}
.BgClassName
{
background-color: #560F9C;
}
</style>
border-color css
<style>
span { border-color: #560F9C; }
span { border-color: rgb(86,15,156); }
td.TdClassName
{
border-color: #560F9C;
}
.TagClassName
{
border-color: #560F9C;
}
</style>