Shades of Indigo #56008E
Tints of Indigo #56008E
RGB
CMYK
RGB Variations
Color information
#56008E (or 0x56008E) is known color: Indigo. HEX triplet: 56, 00 and 8E. RGB value is (86,0,142). Sum of RGB (Red+Green+Blue) = 86+0+142=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #56008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56008E is #A9FF71. Grayscale: #292929. Windows color (decimal): -11140978 or 9306198. OLE color: 9306198.
HSL color Cylindrical-coordinate representation of color #56008E: hue angle of 276.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56008E is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 0 | 142 | - |
| CMYK | 0.39 | 1 | 0 | 0.44 |
| HSL | 276.34º | 1% | 0.28% | - |
| HSV(B) | 276.34º | 1% | 0.56% | - |
| XYZ | 8.72 | 3.93 | 25.89 | - |
| YUV | 41.9 | 184.49 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 142 | 0.39 | 1 | 0 | 0.44 | 276.34 | 1 | 0.28 |
| Hex | 56 | 0 | 8E | 27 | 64 | 0 | 2C | 114 | 64 | 1C |
| Octal | 126 | 0 | 216 | 47 | 144 | 0 | 54 | 424 | 144 | 34 |
| Binary | 1010110 | 0 | 10001110 | 100111 | 1100100 | 0 | 101100 | 100010100 | 1100100 | 11100 |
Color Harmonies of #56008E
Complementary color
Monochromatic Colors of #56008E
Black with #56008E
Text Example
Text Example
White with #56008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56008E; }
p { color: rgb(86,0,142); }
H1.HeaderClassName
{
color: #56008E;
}
.AnyTagClassName
{
color: #56008E;
}
</style>
background-color css
<style>
a { background-color: #56008E; }
a { background-color: rgb(86,0,142); }
div.DivClassName
{
background-color: #56008E;
}
.BgClassName
{
background-color: #56008E;
}
</style>
border-color css
<style>
span { border-color: #56008E; }
span { border-color: rgb(86,0,142); }
td.TdClassName
{
border-color: #56008E;
}
.TagClassName
{
border-color: #56008E;
}
</style>