#4021ef

Color #4021EF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4021EF

Tints of Han Purple #4021EF

Color information

#4021EF (or 0x4021EF) is unknown color: approx Han Purple. HEX triplet: 40, 21 and EF. RGB value is (64,33,239). Sum of RGB (Red+Green+Blue) = 64+33+239=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #4021EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4021EF is #BFDE10. Grayscale: #404040. Windows color (decimal): -12574225 or 15671616. OLE color: 15671616.

HSL color Cylindrical-coordinate representation of color #4021EF: hue angle of 249.03º 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 #4021EF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6433239-
CMYK0.730.8600.06
HSL249.03º86.55%53.33%-
HSV(B)249.03º86.19%93.73%-
XYZ18.248.4182.32-
YUV65.75225.77126.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 33 (13.28% from 255) = 9.82%
BLUE value IS 239 (93.75% from 255) = 71.13%
R=19.05%
G=9.82%
B=71.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal64332390.730.8600.06249.0386.5553.33
Hex4021EF495606f95735
Octal100413571111260637112765
Binary100000010000111101111100100110101100110111110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4021ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4021ef;
 }
 .AnyTagClassName
 {
   color: #4021ef;
 }
</style>
background-color css

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

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

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

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

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

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