Shades of Indigo #560F99
Tints of Indigo #560F99
RGB
CMYK
RGB Variations
Color information
#560F99 (or 0x560F99) is known color: Indigo. HEX triplet: 56, 0F and 99. RGB value is (86,15,153). Sum of RGB (Red+Green+Blue) = 86+15+153=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #560F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560F99 is #A9F066. Grayscale: #333333. Windows color (decimal): -11137127 or 10030934. OLE color: 10030934.
HSL color Cylindrical-coordinate representation of color #560F99: hue angle of 270.87º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560F99 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 15 | 153 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.4 |
| HSL | 270.87º | 0.82% | 0.33% | - |
| HSV(B) | 270.87º | 0.9% | 0.6% | - |
| XYZ | 9.76 | 4.62 | 30.51 | - |
| YUV | 51.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 153 | 0.44 | 0.90 | 0 | 0.4 | 270.87 | 0.82 | 0.33 |
| Hex | 56 | F | 99 | 2C | 5A | 0 | 28 | 10F | 52 | 21 |
| Octal | 126 | 17 | 231 | 54 | 132 | 0 | 50 | 417 | 122 | 41 |
| Binary | 1010110 | 1111 | 10011001 | 101100 | 1011010 | 0 | 101000 | 100001111 | 1010010 | 100001 |
Color Harmonies of #560F99
Complementary color
Monochromatic Colors of #560F99
Black with #560F99
Text Example
Text Example
White with #560F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F99; }
p { color: rgb(86,15,153); }
H1.HeaderClassName
{
color: #560F99;
}
.AnyTagClassName
{
color: #560F99;
}
</style>
background-color css
<style>
a { background-color: #560F99; }
a { background-color: rgb(86,15,153); }
div.DivClassName
{
background-color: #560F99;
}
.BgClassName
{
background-color: #560F99;
}
</style>
border-color css
<style>
span { border-color: #560F99; }
span { border-color: rgb(86,15,153); }
td.TdClassName
{
border-color: #560F99;
}
.TagClassName
{
border-color: #560F99;
}
</style>