Shades of Indigo #52107C
Tints of Indigo #52107C
RGB
CMYK
RGB Variations
Color information
#52107C (or 0x52107C) is known color: Indigo. HEX triplet: 52, 10 and 7C. RGB value is (82,16,124). Sum of RGB (Red+Green+Blue) = 82+16+124=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #52107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52107C is #ADEF83. Grayscale: #2F2F2F. Windows color (decimal): -11399044 or 8130642. OLE color: 8130642.
HSL color Cylindrical-coordinate representation of color #52107C: hue angle of 276.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52107C is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 16 | 124 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.51 |
| HSL | 276.67º | 0.77% | 0.27% | - |
| HSV(B) | 276.67º | 0.87% | 0.49% | - |
| XYZ | 7.3 | 3.62 | 19.38 | - |
| YUV | 48.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 124 | 0.34 | 0.87 | 0 | 0.51 | 276.67 | 0.77 | 0.27 |
| Hex | 52 | 10 | 7C | 22 | 57 | 0 | 33 | 115 | 4D | 1B |
| Octal | 122 | 20 | 174 | 42 | 127 | 0 | 63 | 425 | 115 | 33 |
| Binary | 1010010 | 10000 | 1111100 | 100010 | 1010111 | 0 | 110011 | 100010101 | 1001101 | 11011 |
Color Harmonies of #52107C
Complementary color
Monochromatic Colors of #52107C
Black with #52107C
Text Example
Text Example
White with #52107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52107C; }
p { color: rgb(82,16,124); }
H1.HeaderClassName
{
color: #52107C;
}
.AnyTagClassName
{
color: #52107C;
}
</style>
background-color css
<style>
a { background-color: #52107C; }
a { background-color: rgb(82,16,124); }
div.DivClassName
{
background-color: #52107C;
}
.BgClassName
{
background-color: #52107C;
}
</style>
border-color css
<style>
span { border-color: #52107C; }
span { border-color: rgb(82,16,124); }
td.TdClassName
{
border-color: #52107C;
}
.TagClassName
{
border-color: #52107C;
}
</style>