Html Css Color HEX #541EDB Han Purple

📋 copy color: '#541EDB'

red 84 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #541EDB

Tints of Han Purple #541EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.77%

R = 25.23%
G = 9.01%
B = 65.77%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#541EDB (or 0x541EDB) is known color: Han Purple. HEX triplet: 54, 1E and DB. RGB value is (84,30,219). Sum of RGB (Red+Green+Blue) = 84+30+219=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #541EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541EDB is #ABE124. Grayscale: #424242. Windows color (decimal): -11264293 or 14360148. OLE color: 14360148.

HSL color Cylindrical-coordinate representation of color #541EDB: hue angle of 257.14º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541EDB is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 30 219 -
CMYK 0.62 0.86 0 0.14
HSL 257.14º 0.76% 0.49% -
HSV(B) 257.14º 0.86% 0.86% -
XYZ 16.91 7.93 67.66 -
YUV 67.69 213.39 139.63 -
System Red Green Blue C M Y K H S L
Decimal 84 30 219 0.62 0.86 0 0.14 257.14 0.76 0.49
Hex 54 1E DB 3E 56 0 E 101 4C 31
Octal 124 36 333 76 126 0 16 401 114 61
Binary 1010100 11110 11011011 111110 1010110 0 1110 100000001 1001100 110001

Color Harmonies of #541EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EDB

Black with #541EDB

Text Example


Text Example

White with #541EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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