Html Css Color HEX #4920DB Han Purple

📋 copy color: '#4920DB'

red 73 ◦ green 32 ◦ blue 219

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

Shades of Han Purple #4920DB

Tints of Han Purple #4920DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.59%

R = 22.53%
G = 9.88%
B = 67.59%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4920DB (or 0x4920DB) is known color: Han Purple. HEX triplet: 49, 20 and DB. RGB value is (73,32,219). Sum of RGB (Red+Green+Blue) = 73+32+219=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #4920DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920DB is #B6DF24. Grayscale: #404040. Windows color (decimal): -11984677 or 14360649. OLE color: 14360649.

HSL color Cylindrical-coordinate representation of color #4920DB: hue angle of 253.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4920DB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 32 219 -
CMYK 0.67 0.85 0 0.14
HSL 253.16º 0.75% 0.49% -
HSV(B) 253.16º 0.85% 0.86% -
XYZ 16.05 7.56 67.63 -
YUV 65.58 214.58 133.29 -
System Red Green Blue C M Y K H S L
Decimal 73 32 219 0.67 0.85 0 0.14 253.16 0.75 0.49
Hex 49 20 DB 43 55 0 E FD 4B 31
Octal 111 40 333 103 125 0 16 375 113 61
Binary 1001001 100000 11011011 1000011 1010101 0 1110 11111101 1001011 110001

Color Harmonies of #4920DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920DB

Black with #4920DB

Text Example


Text Example

White with #4920DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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