Shades of Indigo #52008F
Tints of Indigo #52008F
RGB
CMYK
RGB Variations
Color information
#52008F (or 0x52008F) is known color: Indigo. HEX triplet: 52, 00 and 8F. RGB value is (82,0,143). Sum of RGB (Red+Green+Blue) = 82+0+143=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #52008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52008F is #ADFF70. Grayscale: #282828. Windows color (decimal): -11403121 or 9371730. OLE color: 9371730.
HSL color Cylindrical-coordinate representation of color #52008F: hue angle of 274.41º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52008F is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 0 | 143 | - |
| CMYK | 0.43 | 1 | 0 | 0.44 |
| HSL | 274.41º | 1% | 0.28% | - |
| HSV(B) | 274.41º | 1% | 0.56% | - |
| XYZ | 8.44 | 3.78 | 26.27 | - |
| YUV | 40.82 | 185.67 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 143 | 0.43 | 1 | 0 | 0.44 | 274.41 | 1 | 0.28 |
| Hex | 52 | 0 | 8F | 2B | 64 | 0 | 2C | 112 | 64 | 1C |
| Octal | 122 | 0 | 217 | 53 | 144 | 0 | 54 | 422 | 144 | 34 |
| Binary | 1010010 | 0 | 10001111 | 101011 | 1100100 | 0 | 101100 | 100010010 | 1100100 | 11100 |
Color Harmonies of #52008F
Complementary color
Monochromatic Colors of #52008F
Black with #52008F
Text Example
Text Example
White with #52008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52008F; }
p { color: rgb(82,0,143); }
H1.HeaderClassName
{
color: #52008F;
}
.AnyTagClassName
{
color: #52008F;
}
</style>
background-color css
<style>
a { background-color: #52008F; }
a { background-color: rgb(82,0,143); }
div.DivClassName
{
background-color: #52008F;
}
.BgClassName
{
background-color: #52008F;
}
</style>
border-color css
<style>
span { border-color: #52008F; }
span { border-color: rgb(82,0,143); }
td.TdClassName
{
border-color: #52008F;
}
.TagClassName
{
border-color: #52008F;
}
</style>