Shades of Indigo #56068F
Tints of Indigo #56068F
RGB
CMYK
RGB Variations
Color information
#56068F (or 0x56068F) is known color: Indigo. HEX triplet: 56, 06 and 8F. RGB value is (86,6,143). Sum of RGB (Red+Green+Blue) = 86+6+143=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #56068F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56068F is #A9F970. Grayscale: #2D2D2D. Windows color (decimal): -11139441 or 9373270. OLE color: 9373270.
HSL color Cylindrical-coordinate representation of color #56068F: hue angle of 275.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56068F is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 6 | 143 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.44 |
| HSL | 275.04º | 0.92% | 0.29% | - |
| HSV(B) | 275.04º | 0.96% | 0.56% | - |
| XYZ | 8.86 | 4.09 | 26.31 | - |
| YUV | 45.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 143 | 0.40 | 0.96 | 0 | 0.44 | 275.04 | 0.92 | 0.29 |
| Hex | 56 | 6 | 8F | 28 | 60 | 0 | 2C | 113 | 5C | 1D |
| Octal | 126 | 6 | 217 | 50 | 140 | 0 | 54 | 423 | 134 | 35 |
| Binary | 1010110 | 110 | 10001111 | 101000 | 1100000 | 0 | 101100 | 100010011 | 1011100 | 11101 |
Color Harmonies of #56068F
Complementary color
Monochromatic Colors of #56068F
Black with #56068F
Text Example
Text Example
White with #56068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56068F; }
p { color: rgb(86,6,143); }
H1.HeaderClassName
{
color: #56068F;
}
.AnyTagClassName
{
color: #56068F;
}
</style>
background-color css
<style>
a { background-color: #56068F; }
a { background-color: rgb(86,6,143); }
div.DivClassName
{
background-color: #56068F;
}
.BgClassName
{
background-color: #56068F;
}
</style>
border-color css
<style>
span { border-color: #56068F; }
span { border-color: rgb(86,6,143); }
td.TdClassName
{
border-color: #56068F;
}
.TagClassName
{
border-color: #56068F;
}
</style>