Shades of Indigo #570398
Tints of Indigo #570398
RGB
CMYK
RGB Variations
Color information
#570398 (or 0x570398) is known color: Indigo. HEX triplet: 57, 03 and 98. RGB value is (87,3,152). Sum of RGB (Red+Green+Blue) = 87+3+152=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #570398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570398 is #A8FC67. Grayscale: #2C2C2C. Windows color (decimal): -11074664 or 9962327. OLE color: 9962327.
HSL color Cylindrical-coordinate representation of color #570398: hue angle of 273.83º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570398 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 3 | 152 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.40 |
| HSL | 273.83º | 0.96% | 0.3% | - |
| HSV(B) | 273.83º | 0.98% | 0.6% | - |
| XYZ | 9.63 | 4.36 | 30.04 | - |
| YUV | 45.1 | 188.33 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 152 | 0.43 | 0.98 | 0 | 0.40 | 273.83 | 0.96 | 0.3 |
| Hex | 57 | 3 | 98 | 2B | 62 | 0 | 28 | 112 | 60 | 1E |
| Octal | 127 | 3 | 230 | 53 | 142 | 0 | 50 | 422 | 140 | 36 |
| Binary | 1010111 | 11 | 10011000 | 101011 | 1100010 | 0 | 101000 | 100010010 | 1100000 | 11110 |
Color Harmonies of #570398
Complementary color
Monochromatic Colors of #570398
Black with #570398
Text Example
Text Example
White with #570398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570398; }
p { color: rgb(87,3,152); }
H1.HeaderClassName
{
color: #570398;
}
.AnyTagClassName
{
color: #570398;
}
</style>
background-color css
<style>
a { background-color: #570398; }
a { background-color: rgb(87,3,152); }
div.DivClassName
{
background-color: #570398;
}
.BgClassName
{
background-color: #570398;
}
</style>
border-color css
<style>
span { border-color: #570398; }
span { border-color: rgb(87,3,152); }
td.TdClassName
{
border-color: #570398;
}
.TagClassName
{
border-color: #570398;
}
</style>