Shades of Indigo #541482
Tints of Indigo #541482
RGB
CMYK
RGB Variations
Color information
#541482 (or 0x541482) is known color: Indigo. HEX triplet: 54, 14 and 82. RGB value is (84,20,130). Sum of RGB (Red+Green+Blue) = 84+20+130=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #541482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541482 is #ABEB7D. Grayscale: #333333. Windows color (decimal): -11266942 or 8524884. OLE color: 8524884.
HSL color Cylindrical-coordinate representation of color #541482: hue angle of 274.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541482 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 20 | 130 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.49 |
| HSL | 274.91º | 0.73% | 0.29% | - |
| HSV(B) | 274.91º | 0.85% | 0.51% | - |
| XYZ | 7.94 | 4 | 21.47 | - |
| YUV | 51.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 130 | 0.35 | 0.85 | 0 | 0.49 | 274.91 | 0.73 | 0.29 |
| Hex | 54 | 14 | 82 | 23 | 55 | 0 | 31 | 113 | 49 | 1D |
| Octal | 124 | 24 | 202 | 43 | 125 | 0 | 61 | 423 | 111 | 35 |
| Binary | 1010100 | 10100 | 10000010 | 100011 | 1010101 | 0 | 110001 | 100010011 | 1001001 | 11101 |
Color Harmonies of #541482
Complementary color
Monochromatic Colors of #541482
Black with #541482
Text Example
Text Example
White with #541482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541482; }
p { color: rgb(84,20,130); }
H1.HeaderClassName
{
color: #541482;
}
.AnyTagClassName
{
color: #541482;
}
</style>
background-color css
<style>
a { background-color: #541482; }
a { background-color: rgb(84,20,130); }
div.DivClassName
{
background-color: #541482;
}
.BgClassName
{
background-color: #541482;
}
</style>
border-color css
<style>
span { border-color: #541482; }
span { border-color: rgb(84,20,130); }
td.TdClassName
{
border-color: #541482;
}
.TagClassName
{
border-color: #541482;
}
</style>