Shades of Indigo #56097F
Tints of Indigo #56097F
RGB
CMYK
RGB Variations
Color information
#56097F (or 0x56097F) is known color: Indigo. HEX triplet: 56, 09 and 7F. RGB value is (86,9,127). Sum of RGB (Red+Green+Blue) = 86+9+127=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #56097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56097F is #A9F680. Grayscale: #2D2D2D. Windows color (decimal): -11138689 or 8325462. OLE color: 8325462.
HSL color Cylindrical-coordinate representation of color #56097F: hue angle of 279.15º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56097F is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 9 | 127 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.50 |
| HSL | 279.15º | 0.87% | 0.27% | - |
| HSV(B) | 279.15º | 0.93% | 0.5% | - |
| XYZ | 7.77 | 3.71 | 20.38 | - |
| YUV | 45.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 127 | 0.32 | 0.93 | 0 | 0.50 | 279.15 | 0.87 | 0.27 |
| Hex | 56 | 9 | 7F | 20 | 5D | 0 | 32 | 117 | 57 | 1B |
| Octal | 126 | 11 | 177 | 40 | 135 | 0 | 62 | 427 | 127 | 33 |
| Binary | 1010110 | 1001 | 1111111 | 100000 | 1011101 | 0 | 110010 | 100010111 | 1010111 | 11011 |
Color Harmonies of #56097F
Complementary color
Monochromatic Colors of #56097F
Black with #56097F
Text Example
Text Example
White with #56097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56097F; }
p { color: rgb(86,9,127); }
H1.HeaderClassName
{
color: #56097F;
}
.AnyTagClassName
{
color: #56097F;
}
</style>
background-color css
<style>
a { background-color: #56097F; }
a { background-color: rgb(86,9,127); }
div.DivClassName
{
background-color: #56097F;
}
.BgClassName
{
background-color: #56097F;
}
</style>
border-color css
<style>
span { border-color: #56097F; }
span { border-color: rgb(86,9,127); }
td.TdClassName
{
border-color: #56097F;
}
.TagClassName
{
border-color: #56097F;
}
</style>