Shades of Indigo #570397
Tints of Indigo #570397
RGB
CMYK
RGB Variations
Color information
#570397 (or 0x570397) is known color: Indigo. HEX triplet: 57, 03 and 97. RGB value is (87,3,151). Sum of RGB (Red+Green+Blue) = 87+3+151=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #570397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570397 is #A8FC68. Grayscale: #2C2C2C. Windows color (decimal): -11074665 or 9896791. OLE color: 9896791.
HSL color Cylindrical-coordinate representation of color #570397: hue angle of 274.05º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570397 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 87 | 3 | 151 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.41 |
| HSL | 274.05º | 0.96% | 0.3% | - |
| HSV(B) | 274.05º | 0.98% | 0.59% | - |
| XYZ | 9.55 | 4.33 | 29.61 | - |
| YUV | 44.99 | 187.83 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 151 | 0.42 | 0.98 | 0 | 0.41 | 274.05 | 0.96 | 0.3 |
| Hex | 57 | 3 | 97 | 2A | 62 | 0 | 29 | 112 | 60 | 1E |
| Octal | 127 | 3 | 227 | 52 | 142 | 0 | 51 | 422 | 140 | 36 |
| Binary | 1010111 | 11 | 10010111 | 101010 | 1100010 | 0 | 101001 | 100010010 | 1100000 | 11110 |
Color Harmonies of #570397
Complementary color
Monochromatic Colors of #570397
Black with #570397
Text Example
Text Example
White with #570397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570397; }
p { color: rgb(87,3,151); }
H1.HeaderClassName
{
color: #570397;
}
.AnyTagClassName
{
color: #570397;
}
</style>
background-color css
<style>
a { background-color: #570397; }
a { background-color: rgb(87,3,151); }
div.DivClassName
{
background-color: #570397;
}
.BgClassName
{
background-color: #570397;
}
</style>
border-color css
<style>
span { border-color: #570397; }
span { border-color: rgb(87,3,151); }
td.TdClassName
{
border-color: #570397;
}
.TagClassName
{
border-color: #570397;
}
</style>