#3E09F2

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

Shades of Han Purple #3E09F2

Tints of Han Purple #3E09F2

Color information

#3E09F2 (or 0x3E09F2) is unknown color: approx Han Purple. HEX triplet: 3E, 09 and F2. RGB value is (62,9,242). Sum of RGB (Red+Green+Blue) = 62+9+242=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 242 (94.92% from 255 or 77.32% from 313); Max value from RGB is 242 - color contains mainly: blue. Hex color #3E09F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E09F2 is #C1F60D. Grayscale: #323232. Windows color (decimal): -12711438 or 15862078. OLE color: 15862078.

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

Color convert

RGB629242-
CMYK0.740.9600.05
HSL253.65º92.83%49.22%-
HSV(B)253.65º96.28%94.9%-
XYZ18.117.6384.52-
YUV51.41235.56135.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.81%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 242 (94.92% from 255) = 77.32%
R=19.81%
G=2.88%
B=77.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6292420.740.9600.05253.6592.8349.22
Hex3E9F24A6005fe5d31
Octal76113621121400537613561
Binary111110100111110010100101011000000101111111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E09F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,9,242); }

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

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

 a { background-color: rgb(62,9,242); }

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

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

 span { border-color: rgb(62,9,242); }

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