Html Css Color HEX #4221EF Han Purple

📋 copy color: '#4221EF'

red 66 ◦ green 33 ◦ blue 239

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

Shades of Han Purple #4221EF

Tints of Han Purple #4221EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.76%

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

R = 19.53%
G = 9.76%
B = 70.71%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4221EF (or 0x4221EF) is known color: Han Purple. HEX triplet: 42, 21 and EF. RGB value is (66,33,239). Sum of RGB (Red+Green+Blue) = 66+33+239=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #4221EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4221EF is #BDDE10. Grayscale: #414141. Windows color (decimal): -12443153 or 15671618. OLE color: 15671618.

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

Color convert

RGB 66 33 239 -
CMYK 0.72 0.86 0 0.06
HSL 249.61º 0.87% 0.53% -
HSV(B) 249.61º 0.86% 0.94% -
XYZ 18.37 8.48 82.33 -
YUV 66.35 225.43 127.75 -
System Red Green Blue C M Y K H S L
Decimal 66 33 239 0.72 0.86 0 0.06 249.61 0.87 0.53
Hex 42 21 EF 48 56 0 6 FA 57 35
Octal 102 41 357 110 126 0 6 372 127 65
Binary 1000010 100001 11101111 1001000 1010110 0 110 11111010 1010111 110101

Color Harmonies of #4221EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4221EF

Black with #4221EF

Text Example


Text Example

White with #4221EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,33,239); }

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

background-color css

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

 a { background-color: rgb(66,33,239); }

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

border-color css

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

 span { border-color: rgb(66,33,239); }

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