Shades of Indigo #521182
Tints of Indigo #521182
RGB
CMYK
RGB Variations
Color information
#521182 (or 0x521182) is known color: Indigo. HEX triplet: 52, 11 and 82. RGB value is (82,17,130). Sum of RGB (Red+Green+Blue) = 82+17+130=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #521182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521182 is #ADEE7D. Grayscale: #303030. Windows color (decimal): -11398782 or 8524114. OLE color: 8524114.
HSL color Cylindrical-coordinate representation of color #521182: hue angle of 274.51º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521182 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 17 | 130 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.49 |
| HSL | 274.51º | 0.77% | 0.29% | - |
| HSV(B) | 274.51º | 0.87% | 0.51% | - |
| XYZ | 7.71 | 3.81 | 21.45 | - |
| YUV | 49.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 130 | 0.37 | 0.87 | 0 | 0.49 | 274.51 | 0.77 | 0.29 |
| Hex | 52 | 11 | 82 | 25 | 57 | 0 | 31 | 113 | 4D | 1D |
| Octal | 122 | 21 | 202 | 45 | 127 | 0 | 61 | 423 | 115 | 35 |
| Binary | 1010010 | 10001 | 10000010 | 100101 | 1010111 | 0 | 110001 | 100010011 | 1001101 | 11101 |
Color Harmonies of #521182
Complementary color
Monochromatic Colors of #521182
Black with #521182
Text Example
Text Example
White with #521182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521182; }
p { color: rgb(82,17,130); }
H1.HeaderClassName
{
color: #521182;
}
.AnyTagClassName
{
color: #521182;
}
</style>
background-color css
<style>
a { background-color: #521182; }
a { background-color: rgb(82,17,130); }
div.DivClassName
{
background-color: #521182;
}
.BgClassName
{
background-color: #521182;
}
</style>
border-color css
<style>
span { border-color: #521182; }
span { border-color: rgb(82,17,130); }
td.TdClassName
{
border-color: #521182;
}
.TagClassName
{
border-color: #521182;
}
</style>