#3F20DE

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

Shades of Han Purple #3F20DE

Tints of Han Purple #3F20DE

Color information

#3F20DE (or 0x3F20DE) is unknown color: approx Han Purple. HEX triplet: 3F, 20 and DE. RGB value is (63,32,222). Sum of RGB (Red+Green+Blue) = 63+32+222=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F20DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F20DE is #C0DF21. Grayscale: #3E3E3E. Windows color (decimal): -12640034 or 14557247. OLE color: 14557247.

HSL color Cylindrical-coordinate representation of color #3F20DE: hue angle of 249.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F20DE is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6332222-
CMYK0.720.8600.13
HSL249.79º74.8%49.8%-
HSV(B)249.79º85.59%87.06%-
XYZ15.757.3669.7-
YUV62.93217.77128.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.87%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 222 (87.11% from 255) = 70.03%
R=19.87%
G=10.09%
B=70.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal63322220.720.8600.13249.7974.849.8
Hex3F20DE48560Dfa4b32
Octal774033611012601537211362
Binary111111100000110111101001000101011001101111110101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F20DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F20DE; }

 p { color: rgb(63,32,222); }

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

<style>
 a { background-color: #3F20DE; }

 a { background-color: rgb(63,32,222); }

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

<style>
 span { border-color: #3F20DE; }

 span { border-color: rgb(63,32,222); }

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