#541bf1

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

Shades of Han Purple #541BF1

Tints of Han Purple #541BF1

Color information

#541BF1 (or 0x541BF1) is unknown color: approx Han Purple. HEX triplet: 54, 1B and F1. RGB value is (84,27,241). Sum of RGB (Red+Green+Blue) = 84+27+241=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #541BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541BF1 is #ABE40E. Grayscale: #434343. Windows color (decimal): -11265039 or 15801172. OLE color: 15801172.

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

Color convert

RGB8427241-
CMYK0.650.8900.05
HSL255.98º88.43%52.55%-
HSV(B)255.98º88.8%94.51%-
XYZ19.939.0283.91-
YUV68.44225.38139.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 27 (10.94% from 255) = 7.67%
BLUE value IS 241 (94.53% from 255) = 68.47%
R=23.86%
G=7.67%
B=68.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal84272410.650.8900.05255.9888.4352.55
Hex541BF14159051005835
Octal124333611011310540013065
Binary101010011011111100011000001101100101011000000001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541bf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,27,241); }

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

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

 a { background-color: rgb(84,27,241); }

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

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

 span { border-color: rgb(84,27,241); }

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