Html Css Color HEX #541CEF Han Purple

📋 copy color: '#541CEF'

red 84 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #541CEF

Tints of Han Purple #541CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

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

R = 23.93%
G = 7.98%
B = 68.09%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#541CEF (or 0x541CEF) is known color: Han Purple. HEX triplet: 54, 1C and EF. RGB value is (84,28,239). Sum of RGB (Red+Green+Blue) = 84+28+239=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #541CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541CEF is #ABE310. Grayscale: #444444. Windows color (decimal): -11264785 or 15670356. OLE color: 15670356.

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

Color convert

RGB 84 28 239 -
CMYK 0.65 0.88 0 0.06
HSL 255.92º 0.87% 0.52% -
HSV(B) 255.92º 0.88% 0.94% -
XYZ 19.65 8.95 82.35 -
YUV 68.8 224.05 138.84 -
System Red Green Blue C M Y K H S L
Decimal 84 28 239 0.65 0.88 0 0.06 255.92 0.87 0.52
Hex 54 1C EF 41 58 0 6 100 57 34
Octal 124 34 357 101 130 0 6 400 127 64
Binary 1010100 11100 11101111 1000001 1011000 0 110 100000000 1010111 110100

Color Harmonies of #541CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CEF

Black with #541CEF

Text Example


Text Example

White with #541CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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