Html Css Color HEX #541DFB Han Purple

📋 copy color: '#541DFB'

red 84 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #541DFB

Tints of Han Purple #541DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.97%

 BLUE value IS 251 (98.44% from 255) = 68.96%

R = 23.08%
G = 7.97%
B = 68.96%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#541DFB (or 0x541DFB) is known color: Han Purple. HEX triplet: 54, 1D and FB. RGB value is (84,29,251). Sum of RGB (Red+Green+Blue) = 84+29+251=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #541DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541DFB is #ABE204. Grayscale: #454545. Windows color (decimal): -11264517 or 16457044. OLE color: 16457044.

HSL color Cylindrical-coordinate representation of color #541DFB: hue angle of 254.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541DFB is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 29 251 -
CMYK 0.67 0.88 0 0.02
HSL 254.86º 0.97% 0.55% -
HSV(B) 254.86º 0.88% 0.98% -
XYZ 21.51 9.73 92.01 -
YUV 70.75 229.72 137.45 -
System Red Green Blue C M Y K H S L
Decimal 84 29 251 0.67 0.88 0 0.02 254.86 0.97 0.55
Hex 54 1D FB 43 58 0 2 FF 61 37
Octal 124 35 373 103 130 0 2 377 141 67
Binary 1010100 11101 11111011 1000011 1011000 0 10 11111111 1100001 110111

Color Harmonies of #541DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541DFB

Black with #541DFB

Text Example


Text Example

White with #541DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,29,251); }

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

background-color css

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

 a { background-color: rgb(84,29,251); }

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

border-color css

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

 span { border-color: rgb(84,29,251); }

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