Shades of Indigo #57188A
Tints of Indigo #57188A
RGB
CMYK
RGB Variations
Color information
#57188A (or 0x57188A) is known color: Indigo. HEX triplet: 57, 18 and 8A. RGB value is (87,24,138). Sum of RGB (Red+Green+Blue) = 87+24+138=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #57188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57188A is #A8E775. Grayscale: #373737. Windows color (decimal): -11069302 or 9050199. OLE color: 9050199.
HSL color Cylindrical-coordinate representation of color #57188A: hue angle of 273.16º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57188A is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 24 | 138 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.46 |
| HSL | 273.16º | 0.7% | 0.32% | - |
| HSV(B) | 273.16º | 0.83% | 0.54% | - |
| XYZ | 8.84 | 4.51 | 24.45 | - |
| YUV | 55.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 138 | 0.37 | 0.83 | 0 | 0.46 | 273.16 | 0.7 | 0.32 |
| Hex | 57 | 18 | 8A | 25 | 53 | 0 | 2E | 111 | 46 | 20 |
| Octal | 127 | 30 | 212 | 45 | 123 | 0 | 56 | 421 | 106 | 40 |
| Binary | 1010111 | 11000 | 10001010 | 100101 | 1010011 | 0 | 101110 | 100010001 | 1000110 | 100000 |
Color Harmonies of #57188A
Complementary color
Monochromatic Colors of #57188A
Black with #57188A
Text Example
Text Example
White with #57188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57188A; }
p { color: rgb(87,24,138); }
H1.HeaderClassName
{
color: #57188A;
}
.AnyTagClassName
{
color: #57188A;
}
</style>
background-color css
<style>
a { background-color: #57188A; }
a { background-color: rgb(87,24,138); }
div.DivClassName
{
background-color: #57188A;
}
.BgClassName
{
background-color: #57188A;
}
</style>
border-color css
<style>
span { border-color: #57188A; }
span { border-color: rgb(87,24,138); }
td.TdClassName
{
border-color: #57188A;
}
.TagClassName
{
border-color: #57188A;
}
</style>