Shades of Indigo #570785
Tints of Indigo #570785
RGB
CMYK
RGB Variations
Color information
#570785 (or 0x570785) is known color: Indigo. HEX triplet: 57, 07 and 85. RGB value is (87,7,133). Sum of RGB (Red+Green+Blue) = 87+7+133=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #570785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570785 is #A8F87A. Grayscale: #2C2C2C. Windows color (decimal): -11073659 or 8718167. OLE color: 8718167.
HSL color Cylindrical-coordinate representation of color #570785: hue angle of 278.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570785 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 7 | 133 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.48 |
| HSL | 278.1º | 0.9% | 0.27% | - |
| HSV(B) | 278.1º | 0.95% | 0.52% | - |
| XYZ | 8.24 | 3.87 | 22.5 | - |
| YUV | 45.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 133 | 0.35 | 0.95 | 0 | 0.48 | 278.1 | 0.9 | 0.27 |
| Hex | 57 | 7 | 85 | 23 | 5F | 0 | 30 | 116 | 5A | 1B |
| Octal | 127 | 7 | 205 | 43 | 137 | 0 | 60 | 426 | 132 | 33 |
| Binary | 1010111 | 111 | 10000101 | 100011 | 1011111 | 0 | 110000 | 100010110 | 1011010 | 11011 |
Color Harmonies of #570785
Complementary color
Monochromatic Colors of #570785
Black with #570785
Text Example
Text Example
White with #570785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570785; }
p { color: rgb(87,7,133); }
H1.HeaderClassName
{
color: #570785;
}
.AnyTagClassName
{
color: #570785;
}
</style>
background-color css
<style>
a { background-color: #570785; }
a { background-color: rgb(87,7,133); }
div.DivClassName
{
background-color: #570785;
}
.BgClassName
{
background-color: #570785;
}
</style>
border-color css
<style>
span { border-color: #570785; }
span { border-color: rgb(87,7,133); }
td.TdClassName
{
border-color: #570785;
}
.TagClassName
{
border-color: #570785;
}
</style>