Shades of Indigo #541472
Tints of Indigo #541472
RGB
CMYK
RGB Variations
Color information
#541472 (or 0x541472) is known color: Indigo. HEX triplet: 54, 14 and 72. RGB value is (84,20,114). Sum of RGB (Red+Green+Blue) = 84+20+114=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #541472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541472 is #ABEB8D. Grayscale: #313131. Windows color (decimal): -11266958 or 7476308. OLE color: 7476308.
HSL color Cylindrical-coordinate representation of color #541472: hue angle of 280.85º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541472 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 20 | 114 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.55 |
| HSL | 280.85º | 0.7% | 0.26% | - |
| HSV(B) | 280.85º | 0.82% | 0.45% | - |
| XYZ | 6.94 | 3.6 | 16.25 | - |
| YUV | 49.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 114 | 0.26 | 0.82 | 0 | 0.55 | 280.85 | 0.7 | 0.26 |
| Hex | 54 | 14 | 72 | 1A | 52 | 0 | 37 | 119 | 46 | 1A |
| Octal | 124 | 24 | 162 | 32 | 122 | 0 | 67 | 431 | 106 | 32 |
| Binary | 1010100 | 10100 | 1110010 | 11010 | 1010010 | 0 | 110111 | 100011001 | 1000110 | 11010 |
Color Harmonies of #541472
Complementary color
Monochromatic Colors of #541472
Black with #541472
Text Example
Text Example
White with #541472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541472; }
p { color: rgb(84,20,114); }
H1.HeaderClassName
{
color: #541472;
}
.AnyTagClassName
{
color: #541472;
}
</style>
background-color css
<style>
a { background-color: #541472; }
a { background-color: rgb(84,20,114); }
div.DivClassName
{
background-color: #541472;
}
.BgClassName
{
background-color: #541472;
}
</style>
border-color css
<style>
span { border-color: #541472; }
span { border-color: rgb(84,20,114); }
td.TdClassName
{
border-color: #541472;
}
.TagClassName
{
border-color: #541472;
}
</style>