Shades of Indigo #570098
Tints of Indigo #570098
RGB
CMYK
RGB Variations
Color information
#570098 (or 0x570098) is known color: Indigo. HEX triplet: 57, 00 and 98. RGB value is (87,0,152). Sum of RGB (Red+Green+Blue) = 87+0+152=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #570098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570098 is #A8FF67. Grayscale: #2A2A2A. Windows color (decimal): -11075432 or 9961559. OLE color: 9961559.
HSL color Cylindrical-coordinate representation of color #570098: hue angle of 274.34º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570098 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 0 | 152 | - |
| CMYK | 0.43 | 1 | 0 | 0.40 |
| HSL | 274.34º | 1% | 0.3% | - |
| HSV(B) | 274.34º | 1% | 0.6% | - |
| XYZ | 9.6 | 4.29 | 30.03 | - |
| YUV | 43.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 152 | 0.43 | 1 | 0 | 0.40 | 274.34 | 1 | 0.3 |
| Hex | 57 | 0 | 98 | 2B | 64 | 0 | 28 | 112 | 64 | 1E |
| Octal | 127 | 0 | 230 | 53 | 144 | 0 | 50 | 422 | 144 | 36 |
| Binary | 1010111 | 0 | 10011000 | 101011 | 1100100 | 0 | 101000 | 100010010 | 1100100 | 11110 |
Color Harmonies of #570098
Complementary color
Monochromatic Colors of #570098
Black with #570098
Text Example
Text Example
White with #570098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570098; }
p { color: rgb(87,0,152); }
H1.HeaderClassName
{
color: #570098;
}
.AnyTagClassName
{
color: #570098;
}
</style>
background-color css
<style>
a { background-color: #570098; }
a { background-color: rgb(87,0,152); }
div.DivClassName
{
background-color: #570098;
}
.BgClassName
{
background-color: #570098;
}
</style>
border-color css
<style>
span { border-color: #570098; }
span { border-color: rgb(87,0,152); }
td.TdClassName
{
border-color: #570098;
}
.TagClassName
{
border-color: #570098;
}
</style>