Shades of Indigo #57098D
Tints of Indigo #57098D
RGB
CMYK
RGB Variations
Color information
#57098D (or 0x57098D) is known color: Indigo. HEX triplet: 57, 09 and 8D. RGB value is (87,9,141). Sum of RGB (Red+Green+Blue) = 87+9+141=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #57098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57098D is #A8F672. Grayscale: #2E2E2E. Windows color (decimal): -11073139 or 9242967. OLE color: 9242967.
HSL color Cylindrical-coordinate representation of color #57098D: hue angle of 275.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57098D is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 9 | 141 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.45 |
| HSL | 275.45º | 0.88% | 0.29% | - |
| HSV(B) | 275.45º | 0.94% | 0.55% | - |
| XYZ | 8.84 | 4.14 | 25.53 | - |
| YUV | 47.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 141 | 0.38 | 0.94 | 0 | 0.45 | 275.45 | 0.88 | 0.29 |
| Hex | 57 | 9 | 8D | 26 | 5E | 0 | 2D | 113 | 58 | 1D |
| Octal | 127 | 11 | 215 | 46 | 136 | 0 | 55 | 423 | 130 | 35 |
| Binary | 1010111 | 1001 | 10001101 | 100110 | 1011110 | 0 | 101101 | 100010011 | 1011000 | 11101 |
Color Harmonies of #57098D
Complementary color
Monochromatic Colors of #57098D
Black with #57098D
Text Example
Text Example
White with #57098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57098D; }
p { color: rgb(87,9,141); }
H1.HeaderClassName
{
color: #57098D;
}
.AnyTagClassName
{
color: #57098D;
}
</style>
background-color css
<style>
a { background-color: #57098D; }
a { background-color: rgb(87,9,141); }
div.DivClassName
{
background-color: #57098D;
}
.BgClassName
{
background-color: #57098D;
}
</style>
border-color css
<style>
span { border-color: #57098D; }
span { border-color: rgb(87,9,141); }
td.TdClassName
{
border-color: #57098D;
}
.TagClassName
{
border-color: #57098D;
}
</style>