Shades of Indigo #521275
Tints of Indigo #521275
RGB
CMYK
RGB Variations
Color information
#521275 (or 0x521275) is known color: Indigo. HEX triplet: 52, 12 and 75. RGB value is (82,18,117). Sum of RGB (Red+Green+Blue) = 82+18+117=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #521275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521275 is #ADED8A. Grayscale: #303030. Windows color (decimal): -11398539 or 7672402. OLE color: 7672402.
HSL color Cylindrical-coordinate representation of color #521275: hue angle of 278.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521275 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 18 | 117 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.54 |
| HSL | 278.79º | 0.73% | 0.26% | - |
| HSV(B) | 278.79º | 0.85% | 0.46% | - |
| XYZ | 6.91 | 3.51 | 17.14 | - |
| YUV | 48.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 117 | 0.30 | 0.85 | 0 | 0.54 | 278.79 | 0.73 | 0.26 |
| Hex | 52 | 12 | 75 | 1E | 55 | 0 | 36 | 117 | 49 | 1A |
| Octal | 122 | 22 | 165 | 36 | 125 | 0 | 66 | 427 | 111 | 32 |
| Binary | 1010010 | 10010 | 1110101 | 11110 | 1010101 | 0 | 110110 | 100010111 | 1001001 | 11010 |
Color Harmonies of #521275
Complementary color
Monochromatic Colors of #521275
Black with #521275
Text Example
Text Example
White with #521275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521275; }
p { color: rgb(82,18,117); }
H1.HeaderClassName
{
color: #521275;
}
.AnyTagClassName
{
color: #521275;
}
</style>
background-color css
<style>
a { background-color: #521275; }
a { background-color: rgb(82,18,117); }
div.DivClassName
{
background-color: #521275;
}
.BgClassName
{
background-color: #521275;
}
</style>
border-color css
<style>
span { border-color: #521275; }
span { border-color: rgb(82,18,117); }
td.TdClassName
{
border-color: #521275;
}
.TagClassName
{
border-color: #521275;
}
</style>