Shades of Indigo #52006F
Tints of Indigo #52006F
RGB
CMYK
RGB Variations
Color information
#52006F (or 0x52006F) is known color: Indigo. HEX triplet: 52, 00 and 6F. RGB value is (82,0,111). Sum of RGB (Red+Green+Blue) = 82+0+111=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #52006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52006F is #ADFF90. Grayscale: #242424. Windows color (decimal): -11403153 or 7274578. OLE color: 7274578.
HSL color Cylindrical-coordinate representation of color #52006F: hue angle of 284.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52006F is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 0 | 111 | - |
| CMYK | 0.26 | 1 | 0 | 0.56 |
| HSL | 284.32º | 1% | 0.22% | - |
| HSV(B) | 284.32º | 1% | 0.44% | - |
| XYZ | 6.35 | 2.94 | 15.27 | - |
| YUV | 37.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 111 | 0.26 | 1 | 0 | 0.56 | 284.32 | 1 | 0.22 |
| Hex | 52 | 0 | 6F | 1A | 64 | 0 | 38 | 11C | 64 | 16 |
| Octal | 122 | 0 | 157 | 32 | 144 | 0 | 70 | 434 | 144 | 26 |
| Binary | 1010010 | 0 | 1101111 | 11010 | 1100100 | 0 | 111000 | 100011100 | 1100100 | 10110 |
Color Harmonies of #52006F
Complementary color
Monochromatic Colors of #52006F
Black with #52006F
Text Example
Text Example
White with #52006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52006F; }
p { color: rgb(82,0,111); }
H1.HeaderClassName
{
color: #52006F;
}
.AnyTagClassName
{
color: #52006F;
}
</style>
background-color css
<style>
a { background-color: #52006F; }
a { background-color: rgb(82,0,111); }
div.DivClassName
{
background-color: #52006F;
}
.BgClassName
{
background-color: #52006F;
}
</style>
border-color css
<style>
span { border-color: #52006F; }
span { border-color: rgb(82,0,111); }
td.TdClassName
{
border-color: #52006F;
}
.TagClassName
{
border-color: #52006F;
}
</style>