Shades of Indigo #52118F
Tints of Indigo #52118F
RGB
CMYK
RGB Variations
Color information
#52118F (or 0x52118F) is known color: Indigo. HEX triplet: 52, 11 and 8F. RGB value is (82,17,143). Sum of RGB (Red+Green+Blue) = 82+17+143=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #52118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52118F is #ADEE70. Grayscale: #323232. Windows color (decimal): -11398769 or 9376082. OLE color: 9376082.
HSL color Cylindrical-coordinate representation of color #52118F: hue angle of 270.95º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52118F is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 17 | 143 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.44 |
| HSL | 270.95º | 0.79% | 0.31% | - |
| HSV(B) | 270.95º | 0.88% | 0.56% | - |
| XYZ | 8.64 | 4.18 | 26.34 | - |
| YUV | 50.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 143 | 0.43 | 0.88 | 0 | 0.44 | 270.95 | 0.79 | 0.31 |
| Hex | 52 | 11 | 8F | 2B | 58 | 0 | 2C | 10F | 4F | 1F |
| Octal | 122 | 21 | 217 | 53 | 130 | 0 | 54 | 417 | 117 | 37 |
| Binary | 1010010 | 10001 | 10001111 | 101011 | 1011000 | 0 | 101100 | 100001111 | 1001111 | 11111 |
Color Harmonies of #52118F
Complementary color
Monochromatic Colors of #52118F
Black with #52118F
Text Example
Text Example
White with #52118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52118F; }
p { color: rgb(82,17,143); }
H1.HeaderClassName
{
color: #52118F;
}
.AnyTagClassName
{
color: #52118F;
}
</style>
background-color css
<style>
a { background-color: #52118F; }
a { background-color: rgb(82,17,143); }
div.DivClassName
{
background-color: #52118F;
}
.BgClassName
{
background-color: #52118F;
}
</style>
border-color css
<style>
span { border-color: #52118F; }
span { border-color: rgb(82,17,143); }
td.TdClassName
{
border-color: #52118F;
}
.TagClassName
{
border-color: #52118F;
}
</style>