Html Css Color HEX #4920EF Han Purple

📋 copy color: '#4920EF'

red 73 ◦ green 32 ◦ blue 239

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

Shades of Han Purple #4920EF

Tints of Han Purple #4920EF

RGB

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

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

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

R = 21.22%
G = 9.3%
B = 69.48%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4920EF (or 0x4920EF) is known color: Han Purple. HEX triplet: 49, 20 and EF. RGB value is (73,32,239). Sum of RGB (Red+Green+Blue) = 73+32+239=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #4920EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4920EF is #B6DF10. Grayscale: #434343. Windows color (decimal): -11984657 or 15671369. OLE color: 15671369.

HSL color Cylindrical-coordinate representation of color #4920EF: hue angle of 251.88º 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 #4920EF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 32 239 -
CMYK 0.69 0.87 0 0.06
HSL 251.88º 0.87% 0.53% -
HSV(B) 251.88º 0.87% 0.94% -
XYZ 18.84 8.68 82.34 -
YUV 67.86 224.58 131.67 -
System Red Green Blue C M Y K H S L
Decimal 73 32 239 0.69 0.87 0 0.06 251.88 0.87 0.53
Hex 49 20 EF 45 57 0 6 FC 57 35
Octal 111 40 357 105 127 0 6 374 127 65
Binary 1001001 100000 11101111 1000101 1010111 0 110 11111100 1010111 110101

Color Harmonies of #4920EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920EF

Black with #4920EF

Text Example


Text Example

White with #4920EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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