Shades of Indigo #56078B
Tints of Indigo #56078B
RGB
CMYK
RGB Variations
Color information
#56078B (or 0x56078B) is known color: Indigo. HEX triplet: 56, 07 and 8B. RGB value is (86,7,139). Sum of RGB (Red+Green+Blue) = 86+7+139=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #56078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56078B is #A9F874. Grayscale: #2D2D2D. Windows color (decimal): -11139189 or 9111382. OLE color: 9111382.
HSL color Cylindrical-coordinate representation of color #56078B: hue angle of 275.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56078B is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 7 | 139 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.45 |
| HSL | 275.91º | 0.9% | 0.29% | - |
| HSV(B) | 275.91º | 0.95% | 0.55% | - |
| XYZ | 8.57 | 3.99 | 24.75 | - |
| YUV | 45.67 | 180.67 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 139 | 0.38 | 0.95 | 0 | 0.45 | 275.91 | 0.9 | 0.29 |
| Hex | 56 | 7 | 8B | 26 | 5F | 0 | 2D | 114 | 5A | 1D |
| Octal | 126 | 7 | 213 | 46 | 137 | 0 | 55 | 424 | 132 | 35 |
| Binary | 1010110 | 111 | 10001011 | 100110 | 1011111 | 0 | 101101 | 100010100 | 1011010 | 11101 |
Color Harmonies of #56078B
Complementary color
Monochromatic Colors of #56078B
Black with #56078B
Text Example
Text Example
White with #56078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56078B; }
p { color: rgb(86,7,139); }
H1.HeaderClassName
{
color: #56078B;
}
.AnyTagClassName
{
color: #56078B;
}
</style>
background-color css
<style>
a { background-color: #56078B; }
a { background-color: rgb(86,7,139); }
div.DivClassName
{
background-color: #56078B;
}
.BgClassName
{
background-color: #56078B;
}
</style>
border-color css
<style>
span { border-color: #56078B; }
span { border-color: rgb(86,7,139); }
td.TdClassName
{
border-color: #56078B;
}
.TagClassName
{
border-color: #56078B;
}
</style>