Html Css Color HEX #4420DD Han Purple

📋 copy color: '#4420DD'

red 68 ◦ green 32 ◦ blue 221

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

Shades of Han Purple #4420DD

Tints of Han Purple #4420DD

RGB

 RED value IS 68 (26.95% from 255) = 21.18%

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

 BLUE value IS 221 (86.72% from 255) = 68.85%

R = 21.18%
G = 9.97%
B = 68.85%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4420DD (or 0x4420DD) is known color: Han Purple. HEX triplet: 44, 20 and DD. RGB value is (68,32,221). Sum of RGB (Red+Green+Blue) = 68+32+221=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #4420DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4420DD is #BBDF22. Grayscale: #3F3F3F. Windows color (decimal): -12312355 or 14491716. OLE color: 14491716.

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

Color convert

RGB 68 32 221 -
CMYK 0.69 0.86 0 0.13
HSL 251.43º 0.75% 0.5% -
HSV(B) 251.43º 0.86% 0.87% -
XYZ 15.95 7.48 69.01 -
YUV 64.31 216.43 130.63 -
System Red Green Blue C M Y K H S L
Decimal 68 32 221 0.69 0.86 0 0.13 251.43 0.75 0.5
Hex 44 20 DD 45 56 0 D FB 4B 32
Octal 104 40 335 105 126 0 15 373 113 62
Binary 1000100 100000 11011101 1000101 1010110 0 1101 11111011 1001011 110010

Color Harmonies of #4420DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4420DD

Black with #4420DD

Text Example


Text Example

White with #4420DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4420DD;
 }
 .AnyTagClassName
 {
   color: #4420DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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