#3E20F1

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

Shades of Han Purple #3E20F1

Tints of Han Purple #3E20F1

Color information

#3E20F1 (or 0x3E20F1) is unknown color: approx Han Purple. HEX triplet: 3E, 20 and F1. RGB value is (62,32,241). Sum of RGB (Red+Green+Blue) = 62+32+241=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #3E20F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E20F1 is #C1DF0E. Grayscale: #3F3F3F. Windows color (decimal): -12705551 or 15802430. OLE color: 15802430.

HSL color Cylindrical-coordinate representation of color #3E20F1: hue angle of 248.61º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E20F1 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6232241-
CMYK0.740.8700.05
HSL248.61º88.19%53.53%-
HSV(B)248.61º86.72%94.51%-
XYZ18.388.4183.87-
YUV64.8227.44126.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 32 (12.89% from 255) = 9.55%
BLUE value IS 241 (94.53% from 255) = 71.94%
R=18.51%
G=9.55%
B=71.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62322410.740.8700.05248.6188.1953.53
Hex3E20F14A5705f95836
Octal76403611121270537113066
Binary11111010000011110001100101010101110101111110011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E20F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,241); }

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

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

 a { background-color: rgb(62,32,241); }

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

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

 span { border-color: rgb(62,32,241); }

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