Shades of Indigo #5412A4
Tints of Indigo #5412A4
RGB
CMYK
RGB Variations
Color information
#5412A4 (or 0x5412A4) is known color: Indigo. HEX triplet: 54, 12 and A4. RGB value is (84,18,164). Sum of RGB (Red+Green+Blue) = 84+18+164=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #5412A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5412A4 is #ABED5B. Grayscale: #353535. Windows color (decimal): -11267420 or 10752596. OLE color: 10752596.
HSL color Cylindrical-coordinate representation of color #5412A4: hue angle of 267.12º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5412A4 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 18 | 164 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.36 |
| HSL | 267.12º | 0.8% | 0.36% | - |
| HSV(B) | 267.12º | 0.89% | 0.64% | - |
| XYZ | 10.57 | 5 | 35.53 | - |
| YUV | 54.38 | 189.87 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 164 | 0.49 | 0.89 | 0 | 0.36 | 267.12 | 0.8 | 0.36 |
| Hex | 54 | 12 | A4 | 31 | 59 | 0 | 24 | 10B | 50 | 24 |
| Octal | 124 | 22 | 244 | 61 | 131 | 0 | 44 | 413 | 120 | 44 |
| Binary | 1010100 | 10010 | 10100100 | 110001 | 1011001 | 0 | 100100 | 100001011 | 1010000 | 100100 |
Color Harmonies of #5412A4
Complementary color
Monochromatic Colors of #5412A4
Black with #5412A4
Text Example
Text Example
White with #5412A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5412A4; }
p { color: rgb(84,18,164); }
H1.HeaderClassName
{
color: #5412A4;
}
.AnyTagClassName
{
color: #5412A4;
}
</style>
background-color css
<style>
a { background-color: #5412A4; }
a { background-color: rgb(84,18,164); }
div.DivClassName
{
background-color: #5412A4;
}
.BgClassName
{
background-color: #5412A4;
}
</style>
border-color css
<style>
span { border-color: #5412A4; }
span { border-color: rgb(84,18,164); }
td.TdClassName
{
border-color: #5412A4;
}
.TagClassName
{
border-color: #5412A4;
}
</style>