Shades of Indigo #52127D
Tints of Indigo #52127D
RGB
CMYK
RGB Variations
Color information
#52127D (or 0x52127D) is known color: Indigo. HEX triplet: 52, 12 and 7D. RGB value is (82,18,125). Sum of RGB (Red+Green+Blue) = 82+18+125=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #52127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52127D is #ADED82. Grayscale: #303030. Windows color (decimal): -11398531 or 8196690. OLE color: 8196690.
HSL color Cylindrical-coordinate representation of color #52127D: hue angle of 275.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52127D is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 18 | 125 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.51 |
| HSL | 275.89º | 0.75% | 0.28% | - |
| HSV(B) | 275.89º | 0.86% | 0.49% | - |
| XYZ | 7.4 | 3.71 | 19.73 | - |
| YUV | 49.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 125 | 0.34 | 0.86 | 0 | 0.51 | 275.89 | 0.75 | 0.28 |
| Hex | 52 | 12 | 7D | 22 | 56 | 0 | 33 | 114 | 4B | 1C |
| Octal | 122 | 22 | 175 | 42 | 126 | 0 | 63 | 424 | 113 | 34 |
| Binary | 1010010 | 10010 | 1111101 | 100010 | 1010110 | 0 | 110011 | 100010100 | 1001011 | 11100 |
Color Harmonies of #52127D
Complementary color
Monochromatic Colors of #52127D
Black with #52127D
Text Example
Text Example
White with #52127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52127D; }
p { color: rgb(82,18,125); }
H1.HeaderClassName
{
color: #52127D;
}
.AnyTagClassName
{
color: #52127D;
}
</style>
background-color css
<style>
a { background-color: #52127D; }
a { background-color: rgb(82,18,125); }
div.DivClassName
{
background-color: #52127D;
}
.BgClassName
{
background-color: #52127D;
}
</style>
border-color css
<style>
span { border-color: #52127D; }
span { border-color: rgb(82,18,125); }
td.TdClassName
{
border-color: #52127D;
}
.TagClassName
{
border-color: #52127D;
}
</style>