Shades of Indigo #5214A2
Tints of Indigo #5214A2
RGB
CMYK
RGB Variations
Color information
#5214A2 (or 0x5214A2) is known color: Indigo. HEX triplet: 52, 14 and A2. RGB value is (82,20,162). Sum of RGB (Red+Green+Blue) = 82+20+162=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 162 (63.67% from 255 or 61.36% from 264); Max value from RGB is 162 - color contains mainly: blue. Hex color #5214A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5214A2 is #ADEB5D. Grayscale: #363636. Windows color (decimal): -11397982 or 10622034. OLE color: 10622034.
HSL color Cylindrical-coordinate representation of color #5214A2: hue angle of 266.2º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5214A2 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 20 | 162 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.36 |
| HSL | 266.2º | 0.78% | 0.36% | - |
| HSV(B) | 266.2º | 0.88% | 0.64% | - |
| XYZ | 10.25 | 4.9 | 34.59 | - |
| YUV | 54.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 162 | 0.49 | 0.88 | 0 | 0.36 | 266.2 | 0.78 | 0.36 |
| Hex | 52 | 14 | A2 | 31 | 58 | 0 | 24 | 10A | 4E | 24 |
| Octal | 122 | 24 | 242 | 61 | 130 | 0 | 44 | 412 | 116 | 44 |
| Binary | 1010010 | 10100 | 10100010 | 110001 | 1011000 | 0 | 100100 | 100001010 | 1001110 | 100100 |
Color Harmonies of #5214A2
Complementary color
Monochromatic Colors of #5214A2
Black with #5214A2
Text Example
Text Example
White with #5214A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5214A2; }
p { color: rgb(82,20,162); }
H1.HeaderClassName
{
color: #5214A2;
}
.AnyTagClassName
{
color: #5214A2;
}
</style>
background-color css
<style>
a { background-color: #5214A2; }
a { background-color: rgb(82,20,162); }
div.DivClassName
{
background-color: #5214A2;
}
.BgClassName
{
background-color: #5214A2;
}
</style>
border-color css
<style>
span { border-color: #5214A2; }
span { border-color: rgb(82,20,162); }
td.TdClassName
{
border-color: #5214A2;
}
.TagClassName
{
border-color: #5214A2;
}
</style>