#4821DD

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

Shades of Han Purple #4821DD

Tints of Han Purple #4821DD

Color information

#4821DD (or 0x4821DD) is unknown color: approx Han Purple. HEX triplet: 48, 21 and DD. RGB value is (72,33,221). Sum of RGB (Red+Green+Blue) = 72+33+221=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #4821DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4821DD is #B7DE22. Grayscale: #414141. Windows color (decimal): -12049955 or 14491976. OLE color: 14491976.

HSL color Cylindrical-coordinate representation of color #4821DD: hue angle of 252.45º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4821DD is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7233221-
CMYK0.670.8500.13
HSL252.45º74.02%49.8%-
HSV(B)252.45º85.07%86.67%-
XYZ16.277.6969.03-
YUV66.09215.42132.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 33 (13.28% from 255) = 10.12%
BLUE value IS 221 (86.72% from 255) = 67.79%
R=22.09%
G=10.12%
B=67.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72332210.670.8500.13252.4574.0249.8
Hex4821DD43550Dfc4a32
Octal1104133510312501537411262
Binary1001000100001110111011000011101010101101111111001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4821DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4821DD; }

 p { color: rgb(72,33,221); }

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

<style>
 a { background-color: #4821DD; }

 a { background-color: rgb(72,33,221); }

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

<style>
 span { border-color: #4821DD; }

 span { border-color: rgb(72,33,221); }

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