Html Css Color HEX #4420DF Han Purple

📋 copy color: '#4420DF'

red 68 ◦ green 32 ◦ blue 223

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

Shades of Han Purple #4420DF

Tints of Han Purple #4420DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 21.05%
G = 9.91%
B = 69.04%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4420DF (or 0x4420DF) is known color: Han Purple. HEX triplet: 44, 20 and DF. RGB value is (68,32,223). Sum of RGB (Red+Green+Blue) = 68+32+223=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #4420DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4420DF is #BBDF20. Grayscale: #3F3F3F. Windows color (decimal): -12312353 or 14622788. OLE color: 14622788.

HSL color Cylindrical-coordinate representation of color #4420DF: hue angle of 251.31º 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 #4420DF is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 32 223 -
CMYK 0.70 0.86 0 0.13
HSL 251.31º 0.75% 0.5% -
HSV(B) 251.31º 0.86% 0.87% -
XYZ 16.22 7.59 70.42 -
YUV 64.54 217.43 130.47 -
System Red Green Blue C M Y K H S L
Decimal 68 32 223 0.70 0.86 0 0.13 251.31 0.75 0.5
Hex 44 20 DF 46 56 0 D FB 4B 32
Octal 104 40 337 106 126 0 15 373 113 62
Binary 1000100 100000 11011111 1000110 1010110 0 1101 11111011 1001011 110010

Color Harmonies of #4420DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4420DF

Black with #4420DF

Text Example


Text Example

White with #4420DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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