Html Css Color HEX #4220EC Han Purple

📋 copy color: '#4220EC'

red 66 ◦ green 32 ◦ blue 236

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

Shades of Han Purple #4220EC

Tints of Han Purple #4220EC

RGB

 RED value IS 66 (26.17% from 255) = 19.76%

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

 BLUE value IS 236 (92.58% from 255) = 70.66%

R = 19.76%
G = 9.58%
B = 70.66%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4220EC (or 0x4220EC) is known color: Han Purple. HEX triplet: 42, 20 and EC. RGB value is (66,32,236). Sum of RGB (Red+Green+Blue) = 66+32+236=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #4220EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4220EC is #BDDF13. Grayscale: #404040. Windows color (decimal): -12443412 or 15474754. OLE color: 15474754.

HSL color Cylindrical-coordinate representation of color #4220EC: hue angle of 250º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4220EC is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 32 236 -
CMYK 0.72 0.86 0 0.07
HSL 250º 0.84% 0.53% -
HSV(B) 250º 0.86% 0.93% -
XYZ 17.9 8.25 80.01 -
YUV 65.42 224.26 128.41 -
System Red Green Blue C M Y K H S L
Decimal 66 32 236 0.72 0.86 0 0.07 250 0.84 0.53
Hex 42 20 EC 48 56 0 7 FA 54 35
Octal 102 40 354 110 126 0 7 372 124 65
Binary 1000010 100000 11101100 1001000 1010110 0 111 11111010 1010100 110101

Color Harmonies of #4220EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4220EC

Black with #4220EC

Text Example


Text Example

White with #4220EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4220EC; }

 p { color: rgb(66,32,236); }

 H1.HeaderClassName
 {
   color: #4220EC;
 }
 .AnyTagClassName
 {
   color: #4220EC;
 }
</style>

background-color css

<style>
 a { background-color: #4220EC; }

 a { background-color: rgb(66,32,236); }

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

border-color css

<style>
 span { border-color: #4220EC; }

 span { border-color: rgb(66,32,236); }

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