Shades of Indigo #521A8A
Tints of Indigo #521A8A
RGB
CMYK
RGB Variations
Color information
#521A8A (or 0x521A8A) is known color: Indigo. HEX triplet: 52, 1A and 8A. RGB value is (82,26,138). Sum of RGB (Red+Green+Blue) = 82+26+138=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #521A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A8A is #ADE575. Grayscale: #373737. Windows color (decimal): -11396470 or 9050706. OLE color: 9050706.
HSL color Cylindrical-coordinate representation of color #521A8A: hue angle of 270º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521A8A is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 26 | 138 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.46 |
| HSL | 270º | 0.68% | 0.32% | - |
| HSV(B) | 270º | 0.81% | 0.54% | - |
| XYZ | 8.44 | 4.37 | 24.44 | - |
| YUV | 55.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 138 | 0.41 | 0.81 | 0 | 0.46 | 270 | 0.68 | 0.32 |
| Hex | 52 | 1A | 8A | 29 | 51 | 0 | 2E | 10E | 44 | 20 |
| Octal | 122 | 32 | 212 | 51 | 121 | 0 | 56 | 416 | 104 | 40 |
| Binary | 1010010 | 11010 | 10001010 | 101001 | 1010001 | 0 | 101110 | 100001110 | 1000100 | 100000 |
Color Harmonies of #521A8A
Complementary color
Monochromatic Colors of #521A8A
Black with #521A8A
Text Example
Text Example
White with #521A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A8A; }
p { color: rgb(82,26,138); }
H1.HeaderClassName
{
color: #521A8A;
}
.AnyTagClassName
{
color: #521A8A;
}
</style>
background-color css
<style>
a { background-color: #521A8A; }
a { background-color: rgb(82,26,138); }
div.DivClassName
{
background-color: #521A8A;
}
.BgClassName
{
background-color: #521A8A;
}
</style>
border-color css
<style>
span { border-color: #521A8A; }
span { border-color: rgb(82,26,138); }
td.TdClassName
{
border-color: #521A8A;
}
.TagClassName
{
border-color: #521A8A;
}
</style>