Shades of Indigo #57028C
Tints of Indigo #57028C
RGB
CMYK
RGB Variations
Color information
#57028C (or 0x57028C) is known color: Indigo. HEX triplet: 57, 02 and 8C. RGB value is (87,2,140). Sum of RGB (Red+Green+Blue) = 87+2+140=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #57028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57028C is #A8FD73. Grayscale: #2A2A2A. Windows color (decimal): -11074932 or 9175639. OLE color: 9175639.
HSL color Cylindrical-coordinate representation of color #57028C: hue angle of 276.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57028C is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 2 | 140 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.45 |
| HSL | 276.96º | 0.97% | 0.28% | - |
| HSV(B) | 276.96º | 0.99% | 0.55% | - |
| XYZ | 8.69 | 3.96 | 25.12 | - |
| YUV | 43.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 140 | 0.38 | 0.99 | 0 | 0.45 | 276.96 | 0.97 | 0.28 |
| Hex | 57 | 2 | 8C | 26 | 63 | 0 | 2D | 115 | 61 | 1C |
| Octal | 127 | 2 | 214 | 46 | 143 | 0 | 55 | 425 | 141 | 34 |
| Binary | 1010111 | 10 | 10001100 | 100110 | 1100011 | 0 | 101101 | 100010101 | 1100001 | 11100 |
Color Harmonies of #57028C
Complementary color
Monochromatic Colors of #57028C
Black with #57028C
Text Example
Text Example
White with #57028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57028C; }
p { color: rgb(87,2,140); }
H1.HeaderClassName
{
color: #57028C;
}
.AnyTagClassName
{
color: #57028C;
}
</style>
background-color css
<style>
a { background-color: #57028C; }
a { background-color: rgb(87,2,140); }
div.DivClassName
{
background-color: #57028C;
}
.BgClassName
{
background-color: #57028C;
}
</style>
border-color css
<style>
span { border-color: #57028C; }
span { border-color: rgb(87,2,140); }
td.TdClassName
{
border-color: #57028C;
}
.TagClassName
{
border-color: #57028C;
}
</style>