Shades of Indigo #56097E
Tints of Indigo #56097E
RGB
CMYK
RGB Variations
Color information
#56097E (or 0x56097E) is known color: Indigo. HEX triplet: 56, 09 and 7E. RGB value is (86,9,126). Sum of RGB (Red+Green+Blue) = 86+9+126=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #56097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56097E is #A9F681. Grayscale: #2C2C2C. Windows color (decimal): -11138690 or 8259926. OLE color: 8259926.
HSL color Cylindrical-coordinate representation of color #56097E: hue angle of 279.49º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56097E is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 9 | 126 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.51 |
| HSL | 279.49º | 0.87% | 0.26% | - |
| HSV(B) | 279.49º | 0.93% | 0.49% | - |
| XYZ | 7.7 | 3.68 | 20.04 | - |
| YUV | 45.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 126 | 0.32 | 0.93 | 0 | 0.51 | 279.49 | 0.87 | 0.26 |
| Hex | 56 | 9 | 7E | 20 | 5D | 0 | 33 | 117 | 57 | 1A |
| Octal | 126 | 11 | 176 | 40 | 135 | 0 | 63 | 427 | 127 | 32 |
| Binary | 1010110 | 1001 | 1111110 | 100000 | 1011101 | 0 | 110011 | 100010111 | 1010111 | 11010 |
Color Harmonies of #56097E
Complementary color
Monochromatic Colors of #56097E
Black with #56097E
Text Example
Text Example
White with #56097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56097E; }
p { color: rgb(86,9,126); }
H1.HeaderClassName
{
color: #56097E;
}
.AnyTagClassName
{
color: #56097E;
}
</style>
background-color css
<style>
a { background-color: #56097E; }
a { background-color: rgb(86,9,126); }
div.DivClassName
{
background-color: #56097E;
}
.BgClassName
{
background-color: #56097E;
}
</style>
border-color css
<style>
span { border-color: #56097E; }
span { border-color: rgb(86,9,126); }
td.TdClassName
{
border-color: #56097E;
}
.TagClassName
{
border-color: #56097E;
}
</style>