Shades of Indigo #57097F
Tints of Indigo #57097F
RGB
CMYK
RGB Variations
Color information
#57097F (or 0x57097F) is known color: Indigo. HEX triplet: 57, 09 and 7F. RGB value is (87,9,127). Sum of RGB (Red+Green+Blue) = 87+9+127=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #57097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57097F is #A8F680. Grayscale: #2D2D2D. Windows color (decimal): -11073153 or 8325463. OLE color: 8325463.
HSL color Cylindrical-coordinate representation of color #57097F: hue angle of 279.66º 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 #57097F is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 9 | 127 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.50 |
| HSL | 279.66º | 0.87% | 0.27% | - |
| HSV(B) | 279.66º | 0.93% | 0.5% | - |
| XYZ | 7.86 | 3.75 | 20.39 | - |
| YUV | 45.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 127 | 0.31 | 0.93 | 0 | 0.50 | 279.66 | 0.87 | 0.27 |
| Hex | 57 | 9 | 7F | 1F | 5D | 0 | 32 | 118 | 57 | 1B |
| Octal | 127 | 11 | 177 | 37 | 135 | 0 | 62 | 430 | 127 | 33 |
| Binary | 1010111 | 1001 | 1111111 | 11111 | 1011101 | 0 | 110010 | 100011000 | 1010111 | 11011 |
Color Harmonies of #57097F
Complementary color
Monochromatic Colors of #57097F
Black with #57097F
Text Example
Text Example
White with #57097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57097F; }
p { color: rgb(87,9,127); }
H1.HeaderClassName
{
color: #57097F;
}
.AnyTagClassName
{
color: #57097F;
}
</style>
background-color css
<style>
a { background-color: #57097F; }
a { background-color: rgb(87,9,127); }
div.DivClassName
{
background-color: #57097F;
}
.BgClassName
{
background-color: #57097F;
}
</style>
border-color css
<style>
span { border-color: #57097F; }
span { border-color: rgb(87,9,127); }
td.TdClassName
{
border-color: #57097F;
}
.TagClassName
{
border-color: #57097F;
}
</style>