Shades of Indigo #56097C
Tints of Indigo #56097C
RGB
CMYK
RGB Variations
Color information
#56097C (or 0x56097C) is known color: Indigo. HEX triplet: 56, 09 and 7C. RGB value is (86,9,124). Sum of RGB (Red+Green+Blue) = 86+9+124=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #56097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56097C is #A9F683. Grayscale: #2C2C2C. Windows color (decimal): -11138692 or 8128854. OLE color: 8128854.
HSL color Cylindrical-coordinate representation of color #56097C: hue angle of 280.17º degrees, saturation: 0.86, 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 #56097C is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 9 | 124 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.51 |
| HSL | 280.17º | 0.86% | 0.26% | - |
| HSV(B) | 280.17º | 0.93% | 0.49% | - |
| XYZ | 7.57 | 3.63 | 19.37 | - |
| YUV | 45.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 124 | 0.31 | 0.93 | 0 | 0.51 | 280.17 | 0.86 | 0.26 |
| Hex | 56 | 9 | 7C | 1F | 5D | 0 | 33 | 118 | 56 | 1A |
| Octal | 126 | 11 | 174 | 37 | 135 | 0 | 63 | 430 | 126 | 32 |
| Binary | 1010110 | 1001 | 1111100 | 11111 | 1011101 | 0 | 110011 | 100011000 | 1010110 | 11010 |
Color Harmonies of #56097C
Complementary color
Monochromatic Colors of #56097C
Black with #56097C
Text Example
Text Example
White with #56097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56097C; }
p { color: rgb(86,9,124); }
H1.HeaderClassName
{
color: #56097C;
}
.AnyTagClassName
{
color: #56097C;
}
</style>
background-color css
<style>
a { background-color: #56097C; }
a { background-color: rgb(86,9,124); }
div.DivClassName
{
background-color: #56097C;
}
.BgClassName
{
background-color: #56097C;
}
</style>
border-color css
<style>
span { border-color: #56097C; }
span { border-color: rgb(86,9,124); }
td.TdClassName
{
border-color: #56097C;
}
.TagClassName
{
border-color: #56097C;
}
</style>