Shades of Indigo #52127F
Tints of Indigo #52127F
RGB
CMYK
RGB Variations
Color information
#52127F (or 0x52127F) is known color: Indigo. HEX triplet: 52, 12 and 7F. RGB value is (82,18,127). Sum of RGB (Red+Green+Blue) = 82+18+127=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #52127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52127F is #ADED80. Grayscale: #313131. Windows color (decimal): -11398529 or 8327762. OLE color: 8327762.
HSL color Cylindrical-coordinate representation of color #52127F: hue angle of 275.23º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52127F is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 18 | 127 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.50 |
| HSL | 275.23º | 0.75% | 0.28% | - |
| HSV(B) | 275.23º | 0.86% | 0.5% | - |
| XYZ | 7.53 | 3.76 | 20.41 | - |
| YUV | 49.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 127 | 0.35 | 0.86 | 0 | 0.50 | 275.23 | 0.75 | 0.28 |
| Hex | 52 | 12 | 7F | 23 | 56 | 0 | 32 | 113 | 4B | 1C |
| Octal | 122 | 22 | 177 | 43 | 126 | 0 | 62 | 423 | 113 | 34 |
| Binary | 1010010 | 10010 | 1111111 | 100011 | 1010110 | 0 | 110010 | 100010011 | 1001011 | 11100 |
Color Harmonies of #52127F
Complementary color
Monochromatic Colors of #52127F
Black with #52127F
Text Example
Text Example
White with #52127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52127F; }
p { color: rgb(82,18,127); }
H1.HeaderClassName
{
color: #52127F;
}
.AnyTagClassName
{
color: #52127F;
}
</style>
background-color css
<style>
a { background-color: #52127F; }
a { background-color: rgb(82,18,127); }
div.DivClassName
{
background-color: #52127F;
}
.BgClassName
{
background-color: #52127F;
}
</style>
border-color css
<style>
span { border-color: #52127F; }
span { border-color: rgb(82,18,127); }
td.TdClassName
{
border-color: #52127F;
}
.TagClassName
{
border-color: #52127F;
}
</style>