Html Css Color HEX #4221EB Han Purple

📋 copy color: '#4221EB'

red 66 ◦ green 33 ◦ blue 235

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

Shades of Han Purple #4221EB

Tints of Han Purple #4221EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.36%

R = 19.76%
G = 9.88%
B = 70.36%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4221EB (or 0x4221EB) is known color: Han Purple. HEX triplet: 42, 21 and EB. RGB value is (66,33,235). Sum of RGB (Red+Green+Blue) = 66+33+235=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #4221EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4221EB is #BDDE14. Grayscale: #414141. Windows color (decimal): -12443157 or 15409474. OLE color: 15409474.

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

Color convert

RGB 66 33 235 -
CMYK 0.72 0.86 0 0.08
HSL 249.8º 0.83% 0.53% -
HSV(B) 249.8º 0.86% 0.92% -
XYZ 17.79 8.24 79.25 -
YUV 65.9 223.43 128.07 -
System Red Green Blue C M Y K H S L
Decimal 66 33 235 0.72 0.86 0 0.08 249.8 0.83 0.53
Hex 42 21 EB 48 56 0 8 FA 53 35
Octal 102 41 353 110 126 0 10 372 123 65
Binary 1000010 100001 11101011 1001000 1010110 0 1000 11111010 1010011 110101

Color Harmonies of #4221EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4221EB

Black with #4221EB

Text Example


Text Example

White with #4221EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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