Html Css Color HEX #4420EF Han Purple

📋 copy color: '#4420EF'

red 68 ◦ green 32 ◦ blue 239

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

Shades of Han Purple #4420EF

Tints of Han Purple #4420EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.5%

R = 20.06%
G = 9.44%
B = 70.5%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4420EF (or 0x4420EF) is known color: Han Purple. HEX triplet: 44, 20 and EF. RGB value is (68,32,239). Sum of RGB (Red+Green+Blue) = 68+32+239=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #4420EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4420EF is #BBDF10. Grayscale: #414141. Windows color (decimal): -12312337 or 15671364. OLE color: 15671364.

HSL color Cylindrical-coordinate representation of color #4420EF: hue angle of 250.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4420EF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 32 239 -
CMYK 0.72 0.87 0 0.06
HSL 250.43º 0.87% 0.53% -
HSV(B) 250.43º 0.87% 0.94% -
XYZ 18.48 8.49 82.33 -
YUV 66.36 225.43 129.17 -
System Red Green Blue C M Y K H S L
Decimal 68 32 239 0.72 0.87 0 0.06 250.43 0.87 0.53
Hex 44 20 EF 48 57 0 6 FA 57 35
Octal 104 40 357 110 127 0 6 372 127 65
Binary 1000100 100000 11101111 1001000 1010111 0 110 11111010 1010111 110101

Color Harmonies of #4420EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4420EF

Black with #4420EF

Text Example


Text Example

White with #4420EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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