Shades of Indigo #52008D
Tints of Indigo #52008D
RGB
CMYK
RGB Variations
Color information
#52008D (or 0x52008D) is known color: Indigo. HEX triplet: 52, 00 and 8D. RGB value is (82,0,141). Sum of RGB (Red+Green+Blue) = 82+0+141=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #52008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52008D is #ADFF72. Grayscale: #282828. Windows color (decimal): -11403123 or 9240658. OLE color: 9240658.
HSL color Cylindrical-coordinate representation of color #52008D: hue angle of 274.89º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52008D is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 0 | 141 | - |
| CMYK | 0.42 | 1 | 0 | 0.45 |
| HSL | 274.89º | 1% | 0.28% | - |
| HSV(B) | 274.89º | 1% | 0.55% | - |
| XYZ | 8.29 | 3.72 | 25.48 | - |
| YUV | 40.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 141 | 0.42 | 1 | 0 | 0.45 | 274.89 | 1 | 0.28 |
| Hex | 52 | 0 | 8D | 2A | 64 | 0 | 2D | 113 | 64 | 1C |
| Octal | 122 | 0 | 215 | 52 | 144 | 0 | 55 | 423 | 144 | 34 |
| Binary | 1010010 | 0 | 10001101 | 101010 | 1100100 | 0 | 101101 | 100010011 | 1100100 | 11100 |
Color Harmonies of #52008D
Complementary color
Monochromatic Colors of #52008D
Black with #52008D
Text Example
Text Example
White with #52008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52008D; }
p { color: rgb(82,0,141); }
H1.HeaderClassName
{
color: #52008D;
}
.AnyTagClassName
{
color: #52008D;
}
</style>
background-color css
<style>
a { background-color: #52008D; }
a { background-color: rgb(82,0,141); }
div.DivClassName
{
background-color: #52008D;
}
.BgClassName
{
background-color: #52008D;
}
</style>
border-color css
<style>
span { border-color: #52008D; }
span { border-color: rgb(82,0,141); }
td.TdClassName
{
border-color: #52008D;
}
.TagClassName
{
border-color: #52008D;
}
</style>