Shades of Indigo #52137C
Tints of Indigo #52137C
RGB
CMYK
RGB Variations
Color information
#52137C (or 0x52137C) is known color: Indigo. HEX triplet: 52, 13 and 7C. RGB value is (82,19,124). Sum of RGB (Red+Green+Blue) = 82+19+124=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #52137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52137C is #ADEC83. Grayscale: #313131. Windows color (decimal): -11398276 or 8131410. OLE color: 8131410.
HSL color Cylindrical-coordinate representation of color #52137C: hue angle of 276º degrees, saturation: 0.73, 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 #52137C is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 19 | 124 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.51 |
| HSL | 276º | 0.73% | 0.28% | - |
| HSV(B) | 276º | 0.85% | 0.49% | - |
| XYZ | 7.35 | 3.71 | 19.4 | - |
| YUV | 49.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 124 | 0.34 | 0.85 | 0 | 0.51 | 276 | 0.73 | 0.28 |
| Hex | 52 | 13 | 7C | 22 | 55 | 0 | 33 | 114 | 49 | 1C |
| Octal | 122 | 23 | 174 | 42 | 125 | 0 | 63 | 424 | 111 | 34 |
| Binary | 1010010 | 10011 | 1111100 | 100010 | 1010101 | 0 | 110011 | 100010100 | 1001001 | 11100 |
Color Harmonies of #52137C
Complementary color
Monochromatic Colors of #52137C
Black with #52137C
Text Example
Text Example
White with #52137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52137C; }
p { color: rgb(82,19,124); }
H1.HeaderClassName
{
color: #52137C;
}
.AnyTagClassName
{
color: #52137C;
}
</style>
background-color css
<style>
a { background-color: #52137C; }
a { background-color: rgb(82,19,124); }
div.DivClassName
{
background-color: #52137C;
}
.BgClassName
{
background-color: #52137C;
}
</style>
border-color css
<style>
span { border-color: #52137C; }
span { border-color: rgb(82,19,124); }
td.TdClassName
{
border-color: #52137C;
}
.TagClassName
{
border-color: #52137C;
}
</style>