Shades of Indigo #560483
Tints of Indigo #560483
RGB
CMYK
RGB Variations
Color information
#560483 (or 0x560483) is known color: Indigo. HEX triplet: 56, 04 and 83. RGB value is (86,4,131). Sum of RGB (Red+Green+Blue) = 86+4+131=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #560483 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560483 is #A9FB7C. Grayscale: #2A2A2A. Windows color (decimal): -11139965 or 8586326. OLE color: 8586326.
HSL color Cylindrical-coordinate representation of color #560483: hue angle of 278.74º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560483 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 4 | 131 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.49 |
| HSL | 278.74º | 0.94% | 0.26% | - |
| HSV(B) | 278.74º | 0.97% | 0.51% | - |
| XYZ | 7.98 | 3.7 | 21.77 | - |
| YUV | 43 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 131 | 0.34 | 0.97 | 0 | 0.49 | 278.74 | 0.94 | 0.26 |
| Hex | 56 | 4 | 83 | 22 | 61 | 0 | 31 | 117 | 5E | 1A |
| Octal | 126 | 4 | 203 | 42 | 141 | 0 | 61 | 427 | 136 | 32 |
| Binary | 1010110 | 100 | 10000011 | 100010 | 1100001 | 0 | 110001 | 100010111 | 1011110 | 11010 |
Color Harmonies of #560483
Complementary color
Monochromatic Colors of #560483
Black with #560483
Text Example
Text Example
White with #560483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560483; }
p { color: rgb(86,4,131); }
H1.HeaderClassName
{
color: #560483;
}
.AnyTagClassName
{
color: #560483;
}
</style>
background-color css
<style>
a { background-color: #560483; }
a { background-color: rgb(86,4,131); }
div.DivClassName
{
background-color: #560483;
}
.BgClassName
{
background-color: #560483;
}
</style>
border-color css
<style>
span { border-color: #560483; }
span { border-color: rgb(86,4,131); }
td.TdClassName
{
border-color: #560483;
}
.TagClassName
{
border-color: #560483;
}
</style>