Shades of Indigo #560FA1
Tints of Indigo #560FA1
RGB
CMYK
RGB Variations
Color information
#560FA1 (or 0x560FA1) is known color: Indigo. HEX triplet: 56, 0F and A1. RGB value is (86,15,161). Sum of RGB (Red+Green+Blue) = 86+15+161=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 161 (63.28% from 255 or 61.45% from 262); Max value from RGB is 161 - color contains mainly: blue. Hex color #560FA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560FA1 is #A9F05E. Grayscale: #343434. Windows color (decimal): -11137119 or 10555222. OLE color: 10555222.
HSL color Cylindrical-coordinate representation of color #560FA1: hue angle of 269.18º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560FA1 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 15 | 161 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.37 |
| HSL | 269.18º | 0.83% | 0.35% | - |
| HSV(B) | 269.18º | 0.91% | 0.63% | - |
| XYZ | 10.44 | 4.89 | 34.11 | - |
| YUV | 52.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 161 | 0.47 | 0.91 | 0 | 0.37 | 269.18 | 0.83 | 0.35 |
| Hex | 56 | F | A1 | 2F | 5B | 0 | 25 | 10D | 53 | 23 |
| Octal | 126 | 17 | 241 | 57 | 133 | 0 | 45 | 415 | 123 | 43 |
| Binary | 1010110 | 1111 | 10100001 | 101111 | 1011011 | 0 | 100101 | 100001101 | 1010011 | 100011 |
Color Harmonies of #560FA1
Complementary color
Monochromatic Colors of #560FA1
Black with #560FA1
Text Example
Text Example
White with #560FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FA1; }
p { color: rgb(86,15,161); }
H1.HeaderClassName
{
color: #560FA1;
}
.AnyTagClassName
{
color: #560FA1;
}
</style>
background-color css
<style>
a { background-color: #560FA1; }
a { background-color: rgb(86,15,161); }
div.DivClassName
{
background-color: #560FA1;
}
.BgClassName
{
background-color: #560FA1;
}
</style>
border-color css
<style>
span { border-color: #560FA1; }
span { border-color: rgb(86,15,161); }
td.TdClassName
{
border-color: #560FA1;
}
.TagClassName
{
border-color: #560FA1;
}
</style>