Shades of Indigo #52017D
Tints of Indigo #52017D
RGB
CMYK
RGB Variations
Color information
#52017D (or 0x52017D) is known color: Indigo. HEX triplet: 52, 01 and 7D. RGB value is (82,1,125). Sum of RGB (Red+Green+Blue) = 82+1+125=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #52017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52017D is #ADFE82. Grayscale: #262626. Windows color (decimal): -11402883 or 8192338. OLE color: 8192338.
HSL color Cylindrical-coordinate representation of color #52017D: hue angle of 279.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52017D is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 1 | 125 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.51 |
| HSL | 279.19º | 0.98% | 0.25% | - |
| HSV(B) | 279.19º | 0.99% | 0.49% | - |
| XYZ | 7.19 | 3.3 | 19.66 | - |
| YUV | 39.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 125 | 0.34 | 0.99 | 0 | 0.51 | 279.19 | 0.98 | 0.25 |
| Hex | 52 | 1 | 7D | 22 | 63 | 0 | 33 | 117 | 62 | 19 |
| Octal | 122 | 1 | 175 | 42 | 143 | 0 | 63 | 427 | 142 | 31 |
| Binary | 1010010 | 1 | 1111101 | 100010 | 1100011 | 0 | 110011 | 100010111 | 1100010 | 11001 |
Color Harmonies of #52017D
Complementary color
Monochromatic Colors of #52017D
Black with #52017D
Text Example
Text Example
White with #52017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52017D; }
p { color: rgb(82,1,125); }
H1.HeaderClassName
{
color: #52017D;
}
.AnyTagClassName
{
color: #52017D;
}
</style>
background-color css
<style>
a { background-color: #52017D; }
a { background-color: rgb(82,1,125); }
div.DivClassName
{
background-color: #52017D;
}
.BgClassName
{
background-color: #52017D;
}
</style>
border-color css
<style>
span { border-color: #52017D; }
span { border-color: rgb(82,1,125); }
td.TdClassName
{
border-color: #52017D;
}
.TagClassName
{
border-color: #52017D;
}
</style>