Shades of Indigo #57097C
Tints of Indigo #57097C
RGB
CMYK
RGB Variations
Color information
#57097C (or 0x57097C) is known color: Indigo. HEX triplet: 57, 09 and 7C. RGB value is (87,9,124). Sum of RGB (Red+Green+Blue) = 87+9+124=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #57097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57097C is #A8F683. Grayscale: #2D2D2D. Windows color (decimal): -11073156 or 8128855. OLE color: 8128855.
HSL color Cylindrical-coordinate representation of color #57097C: hue angle of 280.7º 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 #57097C is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 9 | 124 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.51 |
| HSL | 280.7º | 0.86% | 0.26% | - |
| HSV(B) | 280.7º | 0.93% | 0.49% | - |
| XYZ | 7.67 | 3.68 | 19.37 | - |
| YUV | 45.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 124 | 0.30 | 0.93 | 0 | 0.51 | 280.7 | 0.86 | 0.26 |
| Hex | 57 | 9 | 7C | 1E | 5D | 0 | 33 | 119 | 56 | 1A |
| Octal | 127 | 11 | 174 | 36 | 135 | 0 | 63 | 431 | 126 | 32 |
| Binary | 1010111 | 1001 | 1111100 | 11110 | 1011101 | 0 | 110011 | 100011001 | 1010110 | 11010 |
Color Harmonies of #57097C
Complementary color
Monochromatic Colors of #57097C
Black with #57097C
Text Example
Text Example
White with #57097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57097C; }
p { color: rgb(87,9,124); }
H1.HeaderClassName
{
color: #57097C;
}
.AnyTagClassName
{
color: #57097C;
}
</style>
background-color css
<style>
a { background-color: #57097C; }
a { background-color: rgb(87,9,124); }
div.DivClassName
{
background-color: #57097C;
}
.BgClassName
{
background-color: #57097C;
}
</style>
border-color css
<style>
span { border-color: #57097C; }
span { border-color: rgb(87,9,124); }
td.TdClassName
{
border-color: #57097C;
}
.TagClassName
{
border-color: #57097C;
}
</style>