Shades of Indigo #52017E
Tints of Indigo #52017E
RGB
CMYK
RGB Variations
Color information
#52017E (or 0x52017E) is known color: Indigo. HEX triplet: 52, 01 and 7E. RGB value is (82,1,126). Sum of RGB (Red+Green+Blue) = 82+1+126=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #52017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52017E is #ADFE81. Grayscale: #272727. Windows color (decimal): -11402882 or 8257874. OLE color: 8257874.
HSL color Cylindrical-coordinate representation of color #52017E: hue angle of 278.88º 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 #52017E is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 1 | 126 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.51 |
| HSL | 278.88º | 0.98% | 0.25% | - |
| HSV(B) | 278.88º | 0.99% | 0.49% | - |
| XYZ | 7.26 | 3.32 | 20 | - |
| YUV | 39.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 126 | 0.35 | 0.99 | 0 | 0.51 | 278.88 | 0.98 | 0.25 |
| Hex | 52 | 1 | 7E | 23 | 63 | 0 | 33 | 117 | 62 | 19 |
| Octal | 122 | 1 | 176 | 43 | 143 | 0 | 63 | 427 | 142 | 31 |
| Binary | 1010010 | 1 | 1111110 | 100011 | 1100011 | 0 | 110011 | 100010111 | 1100010 | 11001 |
Color Harmonies of #52017E
Complementary color
Monochromatic Colors of #52017E
Black with #52017E
Text Example
Text Example
White with #52017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52017E; }
p { color: rgb(82,1,126); }
H1.HeaderClassName
{
color: #52017E;
}
.AnyTagClassName
{
color: #52017E;
}
</style>
background-color css
<style>
a { background-color: #52017E; }
a { background-color: rgb(82,1,126); }
div.DivClassName
{
background-color: #52017E;
}
.BgClassName
{
background-color: #52017E;
}
</style>
border-color css
<style>
span { border-color: #52017E; }
span { border-color: rgb(82,1,126); }
td.TdClassName
{
border-color: #52017E;
}
.TagClassName
{
border-color: #52017E;
}
</style>