Html Css Color HEX #541EEF Han Purple

📋 copy color: '#541EEF'

red 84 ◦ green 30 ◦ blue 239

#541EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #541EEF

Tints of Han Purple #541EEF

RGB

 RED value IS 84 (33.2% from 255) = 23.8%

 GREEN value IS 30 (12.11% from 255) = 8.5%

 BLUE value IS 239 (93.75% from 255) = 67.71%

R = 23.8%
G = 8.5%
B = 67.71%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#541EEF (or 0x541EEF) is known color: Han Purple. HEX triplet: 54, 1E and EF. RGB value is (84,30,239). Sum of RGB (Red+Green+Blue) = 84+30+239=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #541EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541EEF is #ABE110. Grayscale: #454545. Windows color (decimal): -11264273 or 15670868. OLE color: 15670868.

HSL color Cylindrical-coordinate representation of color #541EEF: hue angle of 255.5º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541EEF is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 30 239 -
CMYK 0.65 0.87 0 0.06
HSL 255.5º 0.87% 0.53% -
HSV(B) 255.5º 0.87% 0.94% -
XYZ 19.7 9.05 82.37 -
YUV 69.97 223.39 138.01 -
System Red Green Blue C M Y K H S L
Decimal 84 30 239 0.65 0.87 0 0.06 255.5 0.87 0.53
Hex 54 1E EF 41 57 0 6 100 57 35
Octal 124 36 357 101 127 0 6 400 127 65
Binary 1010100 11110 11101111 1000001 1010111 0 110 100000000 1010111 110101

Color Harmonies of #541EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EEF

Black with #541EEF

Text Example


Text Example

White with #541EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #541EEF;
 }
 .AnyTagClassName
 {
   color: #541EEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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