Html Css Color HEX #4820DC Han Purple

📋 copy color: '#4820DC'

red 72 ◦ green 32 ◦ blue 220

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

Shades of Han Purple #4820DC

Tints of Han Purple #4820DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 22.22%
G = 9.88%
B = 67.9%

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

#4820DC (or 0x4820DC) is known color: Han Purple. HEX triplet: 48, 20 and DC. RGB value is (72,32,220). Sum of RGB (Red+Green+Blue) = 72+32+220=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #4820DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4820DC is #B7DF23. Grayscale: #404040. Windows color (decimal): -12050212 or 14426184. OLE color: 14426184.

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

Color convert

RGB 72 32 220 -
CMYK 0.67 0.85 0 0.14
HSL 252.77º 0.75% 0.49% -
HSV(B) 252.77º 0.85% 0.86% -
XYZ 16.11 7.58 68.32 -
YUV 65.39 215.25 132.71 -
System Red Green Blue C M Y K H S L
Decimal 72 32 220 0.67 0.85 0 0.14 252.77 0.75 0.49
Hex 48 20 DC 43 55 0 E FD 4B 31
Octal 110 40 334 103 125 0 16 375 113 61
Binary 1001000 100000 11011100 1000011 1010101 0 1110 11111101 1001011 110001

Color Harmonies of #4820DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4820DC

Black with #4820DC

Text Example


Text Example

White with #4820DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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