Shades of Indigo #57198C
Tints of Indigo #57198C
RGB
CMYK
RGB Variations
Color information
#57198C (or 0x57198C) is known color: Indigo. HEX triplet: 57, 19 and 8C. RGB value is (87,25,140). Sum of RGB (Red+Green+Blue) = 87+25+140=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #57198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57198C is #A8E673. Grayscale: #383838. Windows color (decimal): -11069044 or 9181527. OLE color: 9181527.
HSL color Cylindrical-coordinate representation of color #57198C: hue angle of 272.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57198C is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 25 | 140 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.45 |
| HSL | 272.35º | 0.7% | 0.32% | - |
| HSV(B) | 272.35º | 0.82% | 0.55% | - |
| XYZ | 9.01 | 4.61 | 25.23 | - |
| YUV | 56.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 140 | 0.38 | 0.82 | 0 | 0.45 | 272.35 | 0.7 | 0.32 |
| Hex | 57 | 19 | 8C | 26 | 52 | 0 | 2D | 110 | 46 | 20 |
| Octal | 127 | 31 | 214 | 46 | 122 | 0 | 55 | 420 | 106 | 40 |
| Binary | 1010111 | 11001 | 10001100 | 100110 | 1010010 | 0 | 101101 | 100010000 | 1000110 | 100000 |
Color Harmonies of #57198C
Complementary color
Monochromatic Colors of #57198C
Black with #57198C
Text Example
Text Example
White with #57198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57198C; }
p { color: rgb(87,25,140); }
H1.HeaderClassName
{
color: #57198C;
}
.AnyTagClassName
{
color: #57198C;
}
</style>
background-color css
<style>
a { background-color: #57198C; }
a { background-color: rgb(87,25,140); }
div.DivClassName
{
background-color: #57198C;
}
.BgClassName
{
background-color: #57198C;
}
</style>
border-color css
<style>
span { border-color: #57198C; }
span { border-color: rgb(87,25,140); }
td.TdClassName
{
border-color: #57198C;
}
.TagClassName
{
border-color: #57198C;
}
</style>