Html Css Color HEX #4021EA Han Purple

📋 copy color: '#4021EA'

red 64 ◦ green 33 ◦ blue 234

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

Shades of Han Purple #4021EA

Tints of Han Purple #4021EA

RGB

 RED value IS 64 (25.39% from 255) = 19.34%

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

 BLUE value IS 234 (91.8% from 255) = 70.69%

R = 19.34%
G = 9.97%
B = 70.69%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4021EA (or 0x4021EA) is known color: Han Purple. HEX triplet: 40, 21 and EA. RGB value is (64,33,234). Sum of RGB (Red+Green+Blue) = 64+33+234=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #4021EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4021EA is #BFDE15. Grayscale: #404040. Windows color (decimal): -12574230 or 15343936. OLE color: 15343936.

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

Color convert

RGB 64 33 234 -
CMYK 0.73 0.86 0 0.08
HSL 249.25º 0.83% 0.52% -
HSV(B) 249.25º 0.86% 0.92% -
XYZ 17.51 8.12 78.49 -
YUV 65.18 223.27 127.16 -
System Red Green Blue C M Y K H S L
Decimal 64 33 234 0.73 0.86 0 0.08 249.25 0.83 0.52
Hex 40 21 EA 49 56 0 8 F9 53 34
Octal 100 41 352 111 126 0 10 371 123 64
Binary 1000000 100001 11101010 1001001 1010110 0 1000 11111001 1010011 110100

Color Harmonies of #4021EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4021EA

Black with #4021EA

Text Example


Text Example

White with #4021EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4021EA; }

 p { color: rgb(64,33,234); }

 H1.HeaderClassName
 {
   color: #4021EA;
 }
 .AnyTagClassName
 {
   color: #4021EA;
 }
</style>

background-color css

<style>
 a { background-color: #4021EA; }

 a { background-color: rgb(64,33,234); }

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

border-color css

<style>
 span { border-color: #4021EA; }

 span { border-color: rgb(64,33,234); }

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