Html Css Color HEX #4020ED Han Purple

📋 copy color: '#4020ED'

red 64 ◦ green 32 ◦ blue 237

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

Shades of Han Purple #4020ED

Tints of Han Purple #4020ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.17%

R = 19.22%
G = 9.61%
B = 71.17%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4020ED (or 0x4020ED) is known color: Han Purple. HEX triplet: 40, 20 and ED. RGB value is (64,32,237). Sum of RGB (Red+Green+Blue) = 64+32+237=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #4020ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4020ED is #BFDF12. Grayscale: #404040. Windows color (decimal): -12574483 or 15540288. OLE color: 15540288.

HSL color Cylindrical-coordinate representation of color #4020ED: hue angle of 249.37º degrees, saturation: 0.85, 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 #4020ED is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 32 237 -
CMYK 0.73 0.86 0 0.07
HSL 249.37º 0.85% 0.53% -
HSV(B) 249.37º 0.86% 0.93% -
XYZ 17.92 8.24 80.77 -
YUV 64.94 225.1 127.33 -
System Red Green Blue C M Y K H S L
Decimal 64 32 237 0.73 0.86 0 0.07 249.37 0.85 0.53
Hex 40 20 ED 49 56 0 7 F9 55 35
Octal 100 40 355 111 126 0 7 371 125 65
Binary 1000000 100000 11101101 1001001 1010110 0 111 11111001 1010101 110101

Color Harmonies of #4020ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4020ED

Black with #4020ED

Text Example


Text Example

White with #4020ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4020ED; }

 p { color: rgb(64,32,237); }

 H1.HeaderClassName
 {
   color: #4020ED;
 }
 .AnyTagClassName
 {
   color: #4020ED;
 }
</style>

background-color css

<style>
 a { background-color: #4020ED; }

 a { background-color: rgb(64,32,237); }

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

border-color css

<style>
 span { border-color: #4020ED; }

 span { border-color: rgb(64,32,237); }

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