Shades of Indigo #57178B
Tints of Indigo #57178B
RGB
CMYK
RGB Variations
Color information
#57178B (or 0x57178B) is known color: Indigo. HEX triplet: 57, 17 and 8B. RGB value is (87,23,139). Sum of RGB (Red+Green+Blue) = 87+23+139=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #57178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57178B is #A8E874. Grayscale: #363636. Windows color (decimal): -11069557 or 9115479. OLE color: 9115479.
HSL color Cylindrical-coordinate representation of color #57178B: hue angle of 273.1º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57178B is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 23 | 139 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.45 |
| HSL | 273.1º | 0.72% | 0.32% | - |
| HSV(B) | 273.1º | 0.83% | 0.55% | - |
| XYZ | 8.9 | 4.5 | 24.83 | - |
| YUV | 55.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 139 | 0.37 | 0.83 | 0 | 0.45 | 273.1 | 0.72 | 0.32 |
| Hex | 57 | 17 | 8B | 25 | 53 | 0 | 2D | 111 | 48 | 20 |
| Octal | 127 | 27 | 213 | 45 | 123 | 0 | 55 | 421 | 110 | 40 |
| Binary | 1010111 | 10111 | 10001011 | 100101 | 1010011 | 0 | 101101 | 100010001 | 1001000 | 100000 |
Color Harmonies of #57178B
Complementary color
Monochromatic Colors of #57178B
Black with #57178B
Text Example
Text Example
White with #57178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57178B; }
p { color: rgb(87,23,139); }
H1.HeaderClassName
{
color: #57178B;
}
.AnyTagClassName
{
color: #57178B;
}
</style>
background-color css
<style>
a { background-color: #57178B; }
a { background-color: rgb(87,23,139); }
div.DivClassName
{
background-color: #57178B;
}
.BgClassName
{
background-color: #57178B;
}
</style>
border-color css
<style>
span { border-color: #57178B; }
span { border-color: rgb(87,23,139); }
td.TdClassName
{
border-color: #57178B;
}
.TagClassName
{
border-color: #57178B;
}
</style>