Shades of Indigo #521A82
Tints of Indigo #521A82
RGB
CMYK
RGB Variations
Color information
#521A82 (or 0x521A82) is known color: Indigo. HEX triplet: 52, 1A and 82. RGB value is (82,26,130). Sum of RGB (Red+Green+Blue) = 82+26+130=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #521A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A82 is #ADE57D. Grayscale: #363636. Windows color (decimal): -11396478 or 8526418. OLE color: 8526418.
HSL color Cylindrical-coordinate representation of color #521A82: hue angle of 272.31º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521A82 is Cyan = 0.37, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 26 | 130 | - |
| CMYK | 0.37 | 0.8 | 0 | 0.49 |
| HSL | 272.31º | 0.67% | 0.31% | - |
| HSV(B) | 272.31º | 0.8% | 0.51% | - |
| XYZ | 7.88 | 4.14 | 21.5 | - |
| YUV | 54.6 | 170.55 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 130 | 0.37 | 0.8 | 0 | 0.49 | 272.31 | 0.67 | 0.31 |
| Hex | 52 | 1A | 82 | 25 | 50 | 0 | 31 | 110 | 43 | 1F |
| Octal | 122 | 32 | 202 | 45 | 120 | 0 | 61 | 420 | 103 | 37 |
| Binary | 1010010 | 11010 | 10000010 | 100101 | 1010000 | 0 | 110001 | 100010000 | 1000011 | 11111 |
Color Harmonies of #521A82
Complementary color
Monochromatic Colors of #521A82
Black with #521A82
Text Example
Text Example
White with #521A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A82; }
p { color: rgb(82,26,130); }
H1.HeaderClassName
{
color: #521A82;
}
.AnyTagClassName
{
color: #521A82;
}
</style>
background-color css
<style>
a { background-color: #521A82; }
a { background-color: rgb(82,26,130); }
div.DivClassName
{
background-color: #521A82;
}
.BgClassName
{
background-color: #521A82;
}
</style>
border-color css
<style>
span { border-color: #521A82; }
span { border-color: rgb(82,26,130); }
td.TdClassName
{
border-color: #521A82;
}
.TagClassName
{
border-color: #521A82;
}
</style>