#4421dd

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

Shades of Han Purple #4421DD

Tints of Han Purple #4421DD

Color information

#4421DD (or 0x4421DD) is unknown color: approx Han Purple. HEX triplet: 44, 21 and DD. RGB value is (68,33,221). Sum of RGB (Red+Green+Blue) = 68+33+221=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #4421DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4421DD is #BBDE22. Grayscale: #404040. Windows color (decimal): -12312099 or 14491972. OLE color: 14491972.

HSL color Cylindrical-coordinate representation of color #4421DD: hue angle of 251.17º 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 #4421DD is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6833221-
CMYK0.690.8500.13
HSL251.17º74.02%49.8%-
HSV(B)251.17º85.07%86.67%-
XYZ15.987.5469.02-
YUV64.9216.1130.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 33 (13.28% from 255) = 10.25%
BLUE value IS 221 (86.72% from 255) = 68.63%
R=21.12%
G=10.25%
B=68.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68332210.690.8500.13251.1774.0249.8
Hex4421DD45550Dfb4a32
Octal1044133510512501537311262
Binary1000100100001110111011000101101010101101111110111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4421dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4421dd; }

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

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

<style>
 a { background-color: #4421dd; }

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

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

<style>
 span { border-color: #4421dd; }

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

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