Html Css Color HEX #4820DB Han Purple

📋 copy color: '#4820DB'

red 72 ◦ green 32 ◦ blue 219

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

Shades of Han Purple #4820DB

Tints of Han Purple #4820DB

RGB

 RED value IS 72 (28.52% from 255) = 22.29%

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

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

R = 22.29%
G = 9.91%
B = 67.8%

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

#4820DB (or 0x4820DB) is known color: Han Purple. HEX triplet: 48, 20 and DB. RGB value is (72,32,219). Sum of RGB (Red+Green+Blue) = 72+32+219=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #4820DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4820DB is #B7DF24. Grayscale: #404040. Windows color (decimal): -12050213 or 14360648. OLE color: 14360648.

HSL color Cylindrical-coordinate representation of color #4820DB: hue angle of 252.83º 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 #4820DB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 32 219 -
CMYK 0.67 0.85 0 0.14
HSL 252.83º 0.75% 0.49% -
HSV(B) 252.83º 0.85% 0.86% -
XYZ 15.98 7.53 67.63 -
YUV 65.28 214.75 132.79 -
System Red Green Blue C M Y K H S L
Decimal 72 32 219 0.67 0.85 0 0.14 252.83 0.75 0.49
Hex 48 20 DB 43 55 0 E FD 4B 31
Octal 110 40 333 103 125 0 16 375 113 61
Binary 1001000 100000 11011011 1000011 1010101 0 1110 11111101 1001011 110001

Color Harmonies of #4820DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4820DB

Black with #4820DB

Text Example


Text Example

White with #4820DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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