Shades of Indigo #57046C
Tints of Indigo #57046C
RGB
CMYK
RGB Variations
Color information
#57046C (or 0x57046C) is known color: Indigo. HEX triplet: 57, 04 and 6C. RGB value is (87,4,108). Sum of RGB (Red+Green+Blue) = 87+4+108=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #57046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57046C is #A8FB93. Grayscale: #282828. Windows color (decimal): -11074452 or 7078999. OLE color: 7078999.
HSL color Cylindrical-coordinate representation of color #57046C: hue angle of 287.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #57046C is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 4 | 108 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.58 |
| HSL | 287.88º | 0.93% | 0.22% | - |
| HSV(B) | 287.88º | 0.96% | 0.42% | - |
| XYZ | 6.68 | 3.2 | 14.45 | - |
| YUV | 40.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 108 | 0.19 | 0.96 | 0 | 0.58 | 287.88 | 0.93 | 0.22 |
| Hex | 57 | 4 | 6C | 13 | 60 | 0 | 3A | 120 | 5D | 16 |
| Octal | 127 | 4 | 154 | 23 | 140 | 0 | 72 | 440 | 135 | 26 |
| Binary | 1010111 | 100 | 1101100 | 10011 | 1100000 | 0 | 111010 | 100100000 | 1011101 | 10110 |
Color Harmonies of #57046C
Complementary color
Monochromatic Colors of #57046C
Black with #57046C
Text Example
Text Example
White with #57046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57046C; }
p { color: rgb(87,4,108); }
H1.HeaderClassName
{
color: #57046C;
}
.AnyTagClassName
{
color: #57046C;
}
</style>
background-color css
<style>
a { background-color: #57046C; }
a { background-color: rgb(87,4,108); }
div.DivClassName
{
background-color: #57046C;
}
.BgClassName
{
background-color: #57046C;
}
</style>
border-color css
<style>
span { border-color: #57046C; }
span { border-color: rgb(87,4,108); }
td.TdClassName
{
border-color: #57046C;
}
.TagClassName
{
border-color: #57046C;
}
</style>