#541BF9

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

Shades of Han Purple #541BF9

Tints of Han Purple #541BF9

Color information

#541BF9 (or 0x541BF9) is unknown color: approx Han Purple. HEX triplet: 54, 1B and F9. RGB value is (84,27,249). Sum of RGB (Red+Green+Blue) = 84+27+249=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #541BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541BF9 is #ABE406. Grayscale: #444444. Windows color (decimal): -11265031 or 16325460. OLE color: 16325460.

HSL color Cylindrical-coordinate representation of color #541BF9: hue angle of 255.41º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #541BF9 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8427249-
CMYK0.660.8900.02
HSL255.41º94.87%54.12%-
HSV(B)255.41º89.16%97.65%-
XYZ21.159.5190.34-
YUV69.35229.38138.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 27 (10.94% from 255) = 7.5%
BLUE value IS 249 (97.66% from 255) = 69.17%
R=23.33%
G=7.5%
B=69.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84272490.660.8900.02255.4194.8754.12
Hex541BF9425902ff5f36
Octal124333711021310237713766
Binary1010100110111111100110000101011001010111111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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