Shades of Indigo #570F68
Tints of Indigo #570F68
RGB
CMYK
RGB Variations
Color information
#570F68 (or 0x570F68) is known color: Indigo. HEX triplet: 57, 0F and 68. RGB value is (87,15,104). Sum of RGB (Red+Green+Blue) = 87+15+104=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #570F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F68 is #A8F097. Grayscale: #2E2E2E. Windows color (decimal): -11071640 or 6819671. OLE color: 6819671.
HSL color Cylindrical-coordinate representation of color #570F68: hue angle of 288.54º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570F68 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 15 | 104 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.59 |
| HSL | 288.54º | 0.75% | 0.23% | - |
| HSV(B) | 288.54º | 0.86% | 0.41% | - |
| XYZ | 6.6 | 3.37 | 13.4 | - |
| YUV | 46.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 104 | 0.16 | 0.86 | 0 | 0.59 | 288.54 | 0.75 | 0.23 |
| Hex | 57 | F | 68 | 10 | 56 | 0 | 3B | 121 | 4B | 17 |
| Octal | 127 | 17 | 150 | 20 | 126 | 0 | 73 | 441 | 113 | 27 |
| Binary | 1010111 | 1111 | 1101000 | 10000 | 1010110 | 0 | 111011 | 100100001 | 1001011 | 10111 |
Color Harmonies of #570F68
Complementary color
Monochromatic Colors of #570F68
Black with #570F68
Text Example
Text Example
White with #570F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F68; }
p { color: rgb(87,15,104); }
H1.HeaderClassName
{
color: #570F68;
}
.AnyTagClassName
{
color: #570F68;
}
</style>
background-color css
<style>
a { background-color: #570F68; }
a { background-color: rgb(87,15,104); }
div.DivClassName
{
background-color: #570F68;
}
.BgClassName
{
background-color: #570F68;
}
</style>
border-color css
<style>
span { border-color: #570F68; }
span { border-color: rgb(87,15,104); }
td.TdClassName
{
border-color: #570F68;
}
.TagClassName
{
border-color: #570F68;
}
</style>