Shades of Indigo #57099C
Tints of Indigo #57099C
RGB
CMYK
RGB Variations
Color information
#57099C (or 0x57099C) is known color: Indigo. HEX triplet: 57, 09 and 9C. RGB value is (87,9,156). Sum of RGB (Red+Green+Blue) = 87+9+156=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #57099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57099C is #A8F663. Grayscale: #303030. Windows color (decimal): -11073124 or 10226007. OLE color: 10226007.
HSL color Cylindrical-coordinate representation of color #57099C: hue angle of 271.84º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57099C is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 9 | 156 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.39 |
| HSL | 271.84º | 0.89% | 0.32% | - |
| HSV(B) | 271.84º | 0.94% | 0.61% | - |
| XYZ | 10.03 | 4.62 | 31.82 | - |
| YUV | 49.08 | 188.34 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 156 | 0.44 | 0.94 | 0 | 0.39 | 271.84 | 0.89 | 0.32 |
| Hex | 57 | 9 | 9C | 2C | 5E | 0 | 27 | 110 | 59 | 20 |
| Octal | 127 | 11 | 234 | 54 | 136 | 0 | 47 | 420 | 131 | 40 |
| Binary | 1010111 | 1001 | 10011100 | 101100 | 1011110 | 0 | 100111 | 100010000 | 1011001 | 100000 |
Color Harmonies of #57099C
Complementary color
Monochromatic Colors of #57099C
Black with #57099C
Text Example
Text Example
White with #57099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57099C; }
p { color: rgb(87,9,156); }
H1.HeaderClassName
{
color: #57099C;
}
.AnyTagClassName
{
color: #57099C;
}
</style>
background-color css
<style>
a { background-color: #57099C; }
a { background-color: rgb(87,9,156); }
div.DivClassName
{
background-color: #57099C;
}
.BgClassName
{
background-color: #57099C;
}
</style>
border-color css
<style>
span { border-color: #57099C; }
span { border-color: rgb(87,9,156); }
td.TdClassName
{
border-color: #57099C;
}
.TagClassName
{
border-color: #57099C;
}
</style>