#4820DA

Color #4820DA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4820DA

Tints of Han Purple #4820DA

Color information

#4820DA (or 0x4820DA) is unknown color: approx Han Purple. HEX triplet: 48, 20 and DA. RGB value is (72,32,218). Sum of RGB (Red+Green+Blue) = 72+32+218=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #4820DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4820DA is #B7DF25. Grayscale: #404040. Windows color (decimal): -12050214 or 14295112. OLE color: 14295112.

HSL color Cylindrical-coordinate representation of color #4820DA: hue angle of 252.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4820DA is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7232218-
CMYK0.670.8500.15
HSL252.9º74.4%49.02%-
HSV(B)252.9º85.32%85.49%-
XYZ15.847.4766.94-
YUV65.16214.25132.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 32 (12.89% from 255) = 9.94%
BLUE value IS 218 (85.55% from 255) = 67.70%
R=22.36%
G=9.94%
B=67.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72322180.670.8500.15252.974.449.02
Hex4820DA43550Ffd4a31
Octal1104033210312501737511261
Binary1001000100000110110101000011101010101111111111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4820DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4820DA;
 }
 .AnyTagClassName
 {
   color: #4820DA;
 }
</style>
background-color css

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

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

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

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

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

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