Shades of Indigo #56078C
Tints of Indigo #56078C
RGB
CMYK
RGB Variations
Color information
#56078C (or 0x56078C) is known color: Indigo. HEX triplet: 56, 07 and 8C. RGB value is (86,7,140). Sum of RGB (Red+Green+Blue) = 86+7+140=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #56078C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56078C is #A9F873. Grayscale: #2D2D2D. Windows color (decimal): -11139188 or 9176918. OLE color: 9176918.
HSL color Cylindrical-coordinate representation of color #56078C: hue angle of 275.64º 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 #56078C is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 7 | 140 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.45 |
| HSL | 275.64º | 0.9% | 0.29% | - |
| HSV(B) | 275.64º | 0.95% | 0.55% | - |
| XYZ | 8.65 | 4.02 | 25.13 | - |
| YUV | 45.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 140 | 0.39 | 0.95 | 0 | 0.45 | 275.64 | 0.9 | 0.29 |
| Hex | 56 | 7 | 8C | 27 | 5F | 0 | 2D | 114 | 5A | 1D |
| Octal | 126 | 7 | 214 | 47 | 137 | 0 | 55 | 424 | 132 | 35 |
| Binary | 1010110 | 111 | 10001100 | 100111 | 1011111 | 0 | 101101 | 100010100 | 1011010 | 11101 |
Color Harmonies of #56078C
Complementary color
Monochromatic Colors of #56078C
Black with #56078C
Text Example
Text Example
White with #56078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56078C; }
p { color: rgb(86,7,140); }
H1.HeaderClassName
{
color: #56078C;
}
.AnyTagClassName
{
color: #56078C;
}
</style>
background-color css
<style>
a { background-color: #56078C; }
a { background-color: rgb(86,7,140); }
div.DivClassName
{
background-color: #56078C;
}
.BgClassName
{
background-color: #56078C;
}
</style>
border-color css
<style>
span { border-color: #56078C; }
span { border-color: rgb(86,7,140); }
td.TdClassName
{
border-color: #56078C;
}
.TagClassName
{
border-color: #56078C;
}
</style>