Shades of Indigo #57096D
Tints of Indigo #57096D
RGB
CMYK
RGB Variations
Color information
#57096D (or 0x57096D) is known color: Indigo. HEX triplet: 57, 09 and 6D. RGB value is (87,9,109). Sum of RGB (Red+Green+Blue) = 87+9+109=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #57096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57096D is #A8F692. Grayscale: #2B2B2B. Windows color (decimal): -11073171 or 7145815. OLE color: 7145815.
HSL color Cylindrical-coordinate representation of color #57096D: hue angle of 286.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57096D is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 9 | 109 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.57 |
| HSL | 286.8º | 0.85% | 0.23% | - |
| HSV(B) | 286.8º | 0.92% | 0.43% | - |
| XYZ | 6.79 | 3.33 | 14.75 | - |
| YUV | 43.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 109 | 0.20 | 0.92 | 0 | 0.57 | 286.8 | 0.85 | 0.23 |
| Hex | 57 | 9 | 6D | 14 | 5C | 0 | 39 | 11F | 55 | 17 |
| Octal | 127 | 11 | 155 | 24 | 134 | 0 | 71 | 437 | 125 | 27 |
| Binary | 1010111 | 1001 | 1101101 | 10100 | 1011100 | 0 | 111001 | 100011111 | 1010101 | 10111 |
Color Harmonies of #57096D
Complementary color
Monochromatic Colors of #57096D
Black with #57096D
Text Example
Text Example
White with #57096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57096D; }
p { color: rgb(87,9,109); }
H1.HeaderClassName
{
color: #57096D;
}
.AnyTagClassName
{
color: #57096D;
}
</style>
background-color css
<style>
a { background-color: #57096D; }
a { background-color: rgb(87,9,109); }
div.DivClassName
{
background-color: #57096D;
}
.BgClassName
{
background-color: #57096D;
}
</style>
border-color css
<style>
span { border-color: #57096D; }
span { border-color: rgb(87,9,109); }
td.TdClassName
{
border-color: #57096D;
}
.TagClassName
{
border-color: #57096D;
}
</style>