Shades of Daisy Bush #541EA2
Tints of Daisy Bush #541EA2
RGB
CMYK
RGB Variations
Color information
#541EA2 (or 0x541EA2) is known color: Daisy Bush. HEX triplet: 54, 1E and A2. RGB value is (84,30,162). Sum of RGB (Red+Green+Blue) = 84+30+162=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 162 (63.67% from 255 or 58.70% from 276); Max value from RGB is 162 - color contains mainly: blue. Hex color #541EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EA2 is #ABE15D. Grayscale: #3C3C3C. Windows color (decimal): -11264350 or 10624596. OLE color: 10624596.
HSL color Cylindrical-coordinate representation of color #541EA2: hue angle of 264.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541EA2 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 30 | 162 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.36 |
| HSL | 264.55º | 0.69% | 0.38% | - |
| HSV(B) | 264.55º | 0.81% | 0.64% | - |
| XYZ | 10.64 | 5.42 | 34.67 | - |
| YUV | 61.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 162 | 0.48 | 0.81 | 0 | 0.36 | 264.55 | 0.69 | 0.38 |
| Hex | 54 | 1E | A2 | 30 | 51 | 0 | 24 | 109 | 45 | 26 |
| Octal | 124 | 36 | 242 | 60 | 121 | 0 | 44 | 411 | 105 | 46 |
| Binary | 1010100 | 11110 | 10100010 | 110000 | 1010001 | 0 | 100100 | 100001001 | 1000101 | 100110 |
Color Harmonies of #541EA2
Complementary color
Monochromatic Colors of #541EA2
Black with #541EA2
Text Example
Text Example
White with #541EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EA2; }
p { color: rgb(84,30,162); }
H1.HeaderClassName
{
color: #541EA2;
}
.AnyTagClassName
{
color: #541EA2;
}
</style>
background-color css
<style>
a { background-color: #541EA2; }
a { background-color: rgb(84,30,162); }
div.DivClassName
{
background-color: #541EA2;
}
.BgClassName
{
background-color: #541EA2;
}
</style>
border-color css
<style>
span { border-color: #541EA2; }
span { border-color: rgb(84,30,162); }
td.TdClassName
{
border-color: #541EA2;
}
.TagClassName
{
border-color: #541EA2;
}
</style>