#3E0BEF

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

Shades of Han Purple #3E0BEF

Tints of Han Purple #3E0BEF

Color information

#3E0BEF (or 0x3E0BEF) is unknown color: approx Han Purple. HEX triplet: 3E, 0B and EF. RGB value is (62,11,239). Sum of RGB (Red+Green+Blue) = 62+11+239=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E0BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E0BEF is #C1F410. Grayscale: #333333. Windows color (decimal): -12710929 or 15665982. OLE color: 15665982.

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

Color convert

RGB6211239-
CMYK0.740.9500.06
HSL253.42º91.2%49.02%-
HSV(B)253.42º95.4%93.73%-
XYZ17.697.582.18-
YUV52.24233.4134.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.87%
GREEN value IS 11 (4.69% from 255) = 3.53%
BLUE value IS 239 (93.75% from 255) = 76.60%
R=19.87%
G=3.53%
B=76.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal62112390.740.9500.06253.4291.249.02
Hex3EBEF4A5F06fd5b31
Octal76133571121370637513361
Binary111110101111101111100101010111110110111111011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,11,239); }

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

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

 a { background-color: rgb(62,11,239); }

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

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

 span { border-color: rgb(62,11,239); }

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