Html Css Color HEX #4919DB Han Purple

📋 copy color: '#4919DB'

red 73 ◦ green 25 ◦ blue 219

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

Shades of Han Purple #4919DB

Tints of Han Purple #4919DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

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

R = 23.03%
G = 7.89%
B = 69.09%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4919DB (or 0x4919DB) is known color: Han Purple. HEX triplet: 49, 19 and DB. RGB value is (73,25,219). Sum of RGB (Red+Green+Blue) = 73+25+219=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #4919DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4919DB is #B6E624. Grayscale: #3C3C3C. Windows color (decimal): -11986469 or 14358857. OLE color: 14358857.

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

Color convert

RGB 73 25 219 -
CMYK 0.67 0.89 0 0.14
HSL 254.85º 0.8% 0.48% -
HSV(B) 254.85º 0.89% 0.86% -
XYZ 15.88 7.23 67.58 -
YUV 61.47 216.9 136.23 -
System Red Green Blue C M Y K H S L
Decimal 73 25 219 0.67 0.89 0 0.14 254.85 0.8 0.48
Hex 49 19 DB 43 59 0 E FF 50 30
Octal 111 31 333 103 131 0 16 377 120 60
Binary 1001001 11001 11011011 1000011 1011001 0 1110 11111111 1010000 110000

Color Harmonies of #4919DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4919DB

Black with #4919DB

Text Example


Text Example

White with #4919DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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