Shades of Indigo #52017B
Tints of Indigo #52017B
RGB
CMYK
RGB Variations
Color information
#52017B (or 0x52017B) is known color: Indigo. HEX triplet: 52, 01 and 7B. RGB value is (82,1,123). Sum of RGB (Red+Green+Blue) = 82+1+123=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #52017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52017B is #ADFE84. Grayscale: #262626. Windows color (decimal): -11402885 or 8061266. OLE color: 8061266.
HSL color Cylindrical-coordinate representation of color #52017B: hue angle of 279.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52017B is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 1 | 123 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.52 |
| HSL | 279.84º | 0.98% | 0.24% | - |
| HSV(B) | 279.84º | 0.99% | 0.48% | - |
| XYZ | 7.07 | 3.25 | 18.99 | - |
| YUV | 39.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 123 | 0.33 | 0.99 | 0 | 0.52 | 279.84 | 0.98 | 0.24 |
| Hex | 52 | 1 | 7B | 21 | 63 | 0 | 34 | 118 | 62 | 18 |
| Octal | 122 | 1 | 173 | 41 | 143 | 0 | 64 | 430 | 142 | 30 |
| Binary | 1010010 | 1 | 1111011 | 100001 | 1100011 | 0 | 110100 | 100011000 | 1100010 | 11000 |
Color Harmonies of #52017B
Complementary color
Monochromatic Colors of #52017B
Black with #52017B
Text Example
Text Example
White with #52017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52017B; }
p { color: rgb(82,1,123); }
H1.HeaderClassName
{
color: #52017B;
}
.AnyTagClassName
{
color: #52017B;
}
</style>
background-color css
<style>
a { background-color: #52017B; }
a { background-color: rgb(82,1,123); }
div.DivClassName
{
background-color: #52017B;
}
.BgClassName
{
background-color: #52017B;
}
</style>
border-color css
<style>
span { border-color: #52017B; }
span { border-color: rgb(82,1,123); }
td.TdClassName
{
border-color: #52017B;
}
.TagClassName
{
border-color: #52017B;
}
</style>