#541DF3

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

Shades of Han Purple #541DF3

Tints of Han Purple #541DF3

Color information

#541DF3 (or 0x541DF3) is unknown color: approx Han Purple. HEX triplet: 54, 1D and F3. RGB value is (84,29,243). Sum of RGB (Red+Green+Blue) = 84+29+243=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #541DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541DF3 is #ABE20C. Grayscale: #454545. Windows color (decimal): -11264525 or 15932756. OLE color: 15932756.

HSL color Cylindrical-coordinate representation of color #541DF3: hue angle of 255.42º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541DF3 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8429243-
CMYK0.650.8800.05
HSL255.42º89.92%53.33%-
HSV(B)255.42º88.07%95.29%-
XYZ20.279.2385.51-
YUV69.84225.72138.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 29 (11.72% from 255) = 8.15%
BLUE value IS 243 (95.31% from 255) = 68.26%
R=23.60%
G=8.15%
B=68.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal84292430.650.8800.05255.4289.9253.33
Hex541DF3415805ff5a35
Octal124353631011300537713265
Binary10101001110111110011100000110110000101111111111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,29,243); }

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

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

 a { background-color: rgb(84,29,243); }

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

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

 span { border-color: rgb(84,29,243); }

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