Html Css Color HEX #4920EE Han Purple

📋 copy color: '#4920EE'

red 73 ◦ green 32 ◦ blue 238

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

Shades of Han Purple #4920EE

Tints of Han Purple #4920EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 69.39%

R = 21.28%
G = 9.33%
B = 69.39%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4920EE (or 0x4920EE) is known color: Han Purple. HEX triplet: 49, 20 and EE. RGB value is (73,32,238). Sum of RGB (Red+Green+Blue) = 73+32+238=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #4920EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4920EE is #B6DF11. Grayscale: #424242. Windows color (decimal): -11984658 or 15605833. OLE color: 15605833.

HSL color Cylindrical-coordinate representation of color #4920EE: hue angle of 251.94º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4920EE is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 32 238 -
CMYK 0.69 0.87 0 0.07
HSL 251.94º 0.86% 0.53% -
HSV(B) 251.94º 0.87% 0.93% -
XYZ 18.7 8.62 81.57 -
YUV 67.74 224.08 131.75 -
System Red Green Blue C M Y K H S L
Decimal 73 32 238 0.69 0.87 0 0.07 251.94 0.86 0.53
Hex 49 20 EE 45 57 0 7 FC 56 35
Octal 111 40 356 105 127 0 7 374 126 65
Binary 1001001 100000 11101110 1000101 1010111 0 111 11111100 1010110 110101

Color Harmonies of #4920EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920EE

Black with #4920EE

Text Example


Text Example

White with #4920EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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