Shades of Indigo #52137E
Tints of Indigo #52137E
RGB
CMYK
RGB Variations
Color information
#52137E (or 0x52137E) is known color: Indigo. HEX triplet: 52, 13 and 7E. RGB value is (82,19,126). Sum of RGB (Red+Green+Blue) = 82+19+126=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #52137E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52137E is #ADEC81. Grayscale: #313131. Windows color (decimal): -11398274 or 8262482. OLE color: 8262482.
HSL color Cylindrical-coordinate representation of color #52137E: hue angle of 275.33º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52137E is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 19 | 126 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.51 |
| HSL | 275.33º | 0.74% | 0.28% | - |
| HSV(B) | 275.33º | 0.85% | 0.49% | - |
| XYZ | 7.48 | 3.77 | 20.07 | - |
| YUV | 50.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 126 | 0.35 | 0.85 | 0 | 0.51 | 275.33 | 0.74 | 0.28 |
| Hex | 52 | 13 | 7E | 23 | 55 | 0 | 33 | 113 | 4A | 1C |
| Octal | 122 | 23 | 176 | 43 | 125 | 0 | 63 | 423 | 112 | 34 |
| Binary | 1010010 | 10011 | 1111110 | 100011 | 1010101 | 0 | 110011 | 100010011 | 1001010 | 11100 |
Color Harmonies of #52137E
Complementary color
Monochromatic Colors of #52137E
Black with #52137E
Text Example
Text Example
White with #52137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52137E; }
p { color: rgb(82,19,126); }
H1.HeaderClassName
{
color: #52137E;
}
.AnyTagClassName
{
color: #52137E;
}
</style>
background-color css
<style>
a { background-color: #52137E; }
a { background-color: rgb(82,19,126); }
div.DivClassName
{
background-color: #52137E;
}
.BgClassName
{
background-color: #52137E;
}
</style>
border-color css
<style>
span { border-color: #52137E; }
span { border-color: rgb(82,19,126); }
td.TdClassName
{
border-color: #52137E;
}
.TagClassName
{
border-color: #52137E;
}
</style>