Shades of Indigo #52187F
Tints of Indigo #52187F
RGB
CMYK
RGB Variations
Color information
#52187F (or 0x52187F) is known color: Indigo. HEX triplet: 52, 18 and 7F. RGB value is (82,24,127). Sum of RGB (Red+Green+Blue) = 82+24+127=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #52187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52187F is #ADE780. Grayscale: #343434. Windows color (decimal): -11396993 or 8329298. OLE color: 8329298.
HSL color Cylindrical-coordinate representation of color #52187F: hue angle of 273.79º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52187F is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 24 | 127 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.50 |
| HSL | 273.79º | 0.68% | 0.3% | - |
| HSV(B) | 273.79º | 0.81% | 0.5% | - |
| XYZ | 7.64 | 3.98 | 20.44 | - |
| YUV | 53.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 127 | 0.35 | 0.81 | 0 | 0.50 | 273.79 | 0.68 | 0.3 |
| Hex | 52 | 18 | 7F | 23 | 51 | 0 | 32 | 112 | 44 | 1E |
| Octal | 122 | 30 | 177 | 43 | 121 | 0 | 62 | 422 | 104 | 36 |
| Binary | 1010010 | 11000 | 1111111 | 100011 | 1010001 | 0 | 110010 | 100010010 | 1000100 | 11110 |
Color Harmonies of #52187F
Complementary color
Monochromatic Colors of #52187F
Black with #52187F
Text Example
Text Example
White with #52187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52187F; }
p { color: rgb(82,24,127); }
H1.HeaderClassName
{
color: #52187F;
}
.AnyTagClassName
{
color: #52187F;
}
</style>
background-color css
<style>
a { background-color: #52187F; }
a { background-color: rgb(82,24,127); }
div.DivClassName
{
background-color: #52187F;
}
.BgClassName
{
background-color: #52187F;
}
</style>
border-color css
<style>
span { border-color: #52187F; }
span { border-color: rgb(82,24,127); }
td.TdClassName
{
border-color: #52187F;
}
.TagClassName
{
border-color: #52187F;
}
</style>