Shades of Indigo #560F83
Tints of Indigo #560F83
RGB
CMYK
RGB Variations
Color information
#560F83 (or 0x560F83) is known color: Indigo. HEX triplet: 56, 0F and 83. RGB value is (86,15,131). Sum of RGB (Red+Green+Blue) = 86+15+131=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #560F83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560F83 is #A9F07C. Grayscale: #313131. Windows color (decimal): -11137149 or 8589142. OLE color: 8589142.
HSL color Cylindrical-coordinate representation of color #560F83: hue angle of 276.72º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560F83 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 15 | 131 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.49 |
| HSL | 276.72º | 0.79% | 0.29% | - |
| HSV(B) | 276.72º | 0.89% | 0.51% | - |
| XYZ | 8.11 | 3.96 | 21.81 | - |
| YUV | 49.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 131 | 0.34 | 0.89 | 0 | 0.49 | 276.72 | 0.79 | 0.29 |
| Hex | 56 | F | 83 | 22 | 59 | 0 | 31 | 115 | 4F | 1D |
| Octal | 126 | 17 | 203 | 42 | 131 | 0 | 61 | 425 | 117 | 35 |
| Binary | 1010110 | 1111 | 10000011 | 100010 | 1011001 | 0 | 110001 | 100010101 | 1001111 | 11101 |
Color Harmonies of #560F83
Complementary color
Monochromatic Colors of #560F83
Black with #560F83
Text Example
Text Example
White with #560F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F83; }
p { color: rgb(86,15,131); }
H1.HeaderClassName
{
color: #560F83;
}
.AnyTagClassName
{
color: #560F83;
}
</style>
background-color css
<style>
a { background-color: #560F83; }
a { background-color: rgb(86,15,131); }
div.DivClassName
{
background-color: #560F83;
}
.BgClassName
{
background-color: #560F83;
}
</style>
border-color css
<style>
span { border-color: #560F83; }
span { border-color: rgb(86,15,131); }
td.TdClassName
{
border-color: #560F83;
}
.TagClassName
{
border-color: #560F83;
}
</style>