Shades of Indigo #521284
Tints of Indigo #521284
RGB
CMYK
RGB Variations
Color information
#521284 (or 0x521284) is known color: Indigo. HEX triplet: 52, 12 and 84. RGB value is (82,18,132). Sum of RGB (Red+Green+Blue) = 82+18+132=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #521284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521284 is #ADED7B. Grayscale: #313131. Windows color (decimal): -11398524 or 8655442. OLE color: 8655442.
HSL color Cylindrical-coordinate representation of color #521284: hue angle of 273.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521284 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 18 | 132 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.48 |
| HSL | 273.68º | 0.76% | 0.29% | - |
| HSV(B) | 273.68º | 0.86% | 0.52% | - |
| XYZ | 7.86 | 3.89 | 22.17 | - |
| YUV | 50.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 132 | 0.38 | 0.86 | 0 | 0.48 | 273.68 | 0.76 | 0.29 |
| Hex | 52 | 12 | 84 | 26 | 56 | 0 | 30 | 112 | 4C | 1D |
| Octal | 122 | 22 | 204 | 46 | 126 | 0 | 60 | 422 | 114 | 35 |
| Binary | 1010010 | 10010 | 10000100 | 100110 | 1010110 | 0 | 110000 | 100010010 | 1001100 | 11101 |
Color Harmonies of #521284
Complementary color
Monochromatic Colors of #521284
Black with #521284
Text Example
Text Example
White with #521284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521284; }
p { color: rgb(82,18,132); }
H1.HeaderClassName
{
color: #521284;
}
.AnyTagClassName
{
color: #521284;
}
</style>
background-color css
<style>
a { background-color: #521284; }
a { background-color: rgb(82,18,132); }
div.DivClassName
{
background-color: #521284;
}
.BgClassName
{
background-color: #521284;
}
</style>
border-color css
<style>
span { border-color: #521284; }
span { border-color: rgb(82,18,132); }
td.TdClassName
{
border-color: #521284;
}
.TagClassName
{
border-color: #521284;
}
</style>