Shades of Indigo #570F6D
Tints of Indigo #570F6D
RGB
CMYK
RGB Variations
Color information
#570F6D (or 0x570F6D) is known color: Indigo. HEX triplet: 57, 0F and 6D. RGB value is (87,15,109). Sum of RGB (Red+Green+Blue) = 87+15+109=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #570F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F6D is #A8F092. Grayscale: #2E2E2E. Windows color (decimal): -11071635 or 7147351. OLE color: 7147351.
HSL color Cylindrical-coordinate representation of color #570F6D: hue angle of 285.96º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570F6D is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 15 | 109 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.57 |
| HSL | 285.96º | 0.76% | 0.24% | - |
| HSV(B) | 285.96º | 0.86% | 0.43% | - |
| XYZ | 6.86 | 3.47 | 14.78 | - |
| YUV | 47.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 109 | 0.20 | 0.86 | 0 | 0.57 | 285.96 | 0.76 | 0.24 |
| Hex | 57 | F | 6D | 14 | 56 | 0 | 39 | 11E | 4C | 18 |
| Octal | 127 | 17 | 155 | 24 | 126 | 0 | 71 | 436 | 114 | 30 |
| Binary | 1010111 | 1111 | 1101101 | 10100 | 1010110 | 0 | 111001 | 100011110 | 1001100 | 11000 |
Color Harmonies of #570F6D
Complementary color
Monochromatic Colors of #570F6D
Black with #570F6D
Text Example
Text Example
White with #570F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F6D; }
p { color: rgb(87,15,109); }
H1.HeaderClassName
{
color: #570F6D;
}
.AnyTagClassName
{
color: #570F6D;
}
</style>
background-color css
<style>
a { background-color: #570F6D; }
a { background-color: rgb(87,15,109); }
div.DivClassName
{
background-color: #570F6D;
}
.BgClassName
{
background-color: #570F6D;
}
</style>
border-color css
<style>
span { border-color: #570F6D; }
span { border-color: rgb(87,15,109); }
td.TdClassName
{
border-color: #570F6D;
}
.TagClassName
{
border-color: #570F6D;
}
</style>