Html Css Color HEX #4920E1 Han Purple

📋 copy color: '#4920E1'

red 73 ◦ green 32 ◦ blue 225

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

Shades of Han Purple #4920E1

Tints of Han Purple #4920E1

RGB

 RED value IS 73 (28.91% from 255) = 22.12%

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 225 (88.28% from 255) = 68.18%

R = 22.12%
G = 9.7%
B = 68.18%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4920E1 (or 0x4920E1) is known color: Han Purple. HEX triplet: 49, 20 and E1. RGB value is (73,32,225). Sum of RGB (Red+Green+Blue) = 73+32+225=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #4920E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920E1 is #B6DF1E. Grayscale: #414141. Windows color (decimal): -11984671 or 14753865. OLE color: 14753865.

HSL color Cylindrical-coordinate representation of color #4920E1: hue angle of 252.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4920E1 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 32 225 -
CMYK 0.68 0.86 0 0.12
HSL 252.75º 0.76% 0.5% -
HSV(B) 252.75º 0.86% 0.88% -
XYZ 16.85 7.89 71.87 -
YUV 66.26 217.58 132.81 -
System Red Green Blue C M Y K H S L
Decimal 73 32 225 0.68 0.86 0 0.12 252.75 0.76 0.5
Hex 49 20 E1 44 56 0 C FD 4C 32
Octal 111 40 341 104 126 0 14 375 114 62
Binary 1001001 100000 11100001 1000100 1010110 0 1100 11111101 1001100 110010

Color Harmonies of #4920E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920E1

Black with #4920E1

Text Example


Text Example

White with #4920E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4920E1; }

 p { color: rgb(73,32,225); }

 H1.HeaderClassName
 {
   color: #4920E1;
 }
 .AnyTagClassName
 {
   color: #4920E1;
 }
</style>

background-color css

<style>
 a { background-color: #4920E1; }

 a { background-color: rgb(73,32,225); }

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

border-color css

<style>
 span { border-color: #4920E1; }

 span { border-color: rgb(73,32,225); }

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