Shades of Indigo #56098E
Tints of Indigo #56098E
RGB
CMYK
RGB Variations
Color information
#56098E (or 0x56098E) is known color: Indigo. HEX triplet: 56, 09 and 8E. RGB value is (86,9,142). Sum of RGB (Red+Green+Blue) = 86+9+142=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #56098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56098E is #A9F671. Grayscale: #2E2E2E. Windows color (decimal): -11138674 or 9308502. OLE color: 9308502.
HSL color Cylindrical-coordinate representation of color #56098E: hue angle of 274.74º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56098E is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 9 | 142 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.44 |
| HSL | 274.74º | 0.88% | 0.3% | - |
| HSV(B) | 274.74º | 0.94% | 0.56% | - |
| XYZ | 8.82 | 4.13 | 25.92 | - |
| YUV | 47.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 142 | 0.39 | 0.94 | 0 | 0.44 | 274.74 | 0.88 | 0.3 |
| Hex | 56 | 9 | 8E | 27 | 5E | 0 | 2C | 113 | 58 | 1E |
| Octal | 126 | 11 | 216 | 47 | 136 | 0 | 54 | 423 | 130 | 36 |
| Binary | 1010110 | 1001 | 10001110 | 100111 | 1011110 | 0 | 101100 | 100010011 | 1011000 | 11110 |
Color Harmonies of #56098E
Complementary color
Monochromatic Colors of #56098E
Black with #56098E
Text Example
Text Example
White with #56098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56098E; }
p { color: rgb(86,9,142); }
H1.HeaderClassName
{
color: #56098E;
}
.AnyTagClassName
{
color: #56098E;
}
</style>
background-color css
<style>
a { background-color: #56098E; }
a { background-color: rgb(86,9,142); }
div.DivClassName
{
background-color: #56098E;
}
.BgClassName
{
background-color: #56098E;
}
</style>
border-color css
<style>
span { border-color: #56098E; }
span { border-color: rgb(86,9,142); }
td.TdClassName
{
border-color: #56098E;
}
.TagClassName
{
border-color: #56098E;
}
</style>