#541ae4

Color #541AE4 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #541AE4

Tints of Han Purple #541AE4

Color information

#541AE4 (or 0x541AE4) is unknown color: approx Han Purple. HEX triplet: 54, 1A and E4. RGB value is (84,26,228). Sum of RGB (Red+Green+Blue) = 84+26+228=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 228 (89.45% from 255 or 67.46% from 338); Max value from RGB is 228 - color contains mainly: blue. Hex color #541AE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541AE4 is #ABE51B. Grayscale: #414141. Windows color (decimal): -11265308 or 14948948. OLE color: 14948948.

HSL color Cylindrical-coordinate representation of color #541AE4: hue angle of 257.23º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #541AE4 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8426228-
CMYK0.630.8900.11
HSL257.23º79.53%49.8%-
HSV(B)257.23º88.6%89.41%-
XYZ18.038.2374.04-
YUV66.37219.22140.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 228 (89.45% from 255) = 67.46%
R=24.85%
G=7.69%
B=67.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal84262280.630.8900.11257.2379.5349.8
Hex541AE43F590B1015032
Octal124323447713101340112062
Binary101010011010111001001111111011001010111000000011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541ae4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,26,228); }

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

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

 a { background-color: rgb(84,26,228); }

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

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

 span { border-color: rgb(84,26,228); }

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