#541e9a

Color #541E9A Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #541E9A

Tints of Daisy Bush #541E9A

Color information

#541E9A (or 0x541E9A) is unknown color: approx Daisy Bush. HEX triplet: 54, 1E and 9A. RGB value is (84,30,154). Sum of RGB (Red+Green+Blue) = 84+30+154=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #541E9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541E9A is #ABE165. Grayscale: #3B3B3B. Windows color (decimal): -11264358 or 10100308. OLE color: 10100308.

HSL color Cylindrical-coordinate representation of color #541E9A: hue angle of 266.13º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541E9A is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8430154-
CMYK0.450.8100.40
HSL266.13º67.39%36.08%-
HSV(B)266.13º80.52%60.39%-
XYZ9.955.1531.04-
YUV60.28180.89144.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 30 (12.11% from 255) = 11.19%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=31.34%
G=11.19%
B=57.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84301540.450.8100.40266.1367.3936.08
Hex541E9A2D5102810a4324
Octal124362325512105041210344
Binary10101001111010011010101101101000101010001000010101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541e9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541e9a; }

 p { color: rgb(84,30,154); }

 H1.HeaderClassName
 {
   color: #541e9a;
 }
 .AnyTagClassName
 {
   color: #541e9a;
 }
</style>
background-color css

<style>
 a { background-color: #541e9a; }

 a { background-color: rgb(84,30,154); }

 div.DivClassName
 {
   background-color: #541e9a;
 }
 .BgClassName
 {
   background-color: #541e9a;
 }
</style>
border-color css

<style>
 span { border-color: #541e9a; }

 span { border-color: rgb(84,30,154); }

 td.TdClassName
 {
   border-color: #541e9a;
 }
 .TagClassName
 {
   border-color: #541e9a;
 }
</style>