#3E0BEE

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

Shades of Han Purple #3E0BEE

Tints of Han Purple #3E0BEE

Color information

#3E0BEE (or 0x3E0BEE) is unknown color: approx Han Purple. HEX triplet: 3E, 0B and EE. RGB value is (62,11,238). Sum of RGB (Red+Green+Blue) = 62+11+238=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 238 (93.36% from 255 or 76.53% from 311); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E0BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E0BEE is #C1F411. Grayscale: #333333. Windows color (decimal): -12710930 or 15600446. OLE color: 15600446.

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

Color convert

RGB6211238-
CMYK0.740.9500.07
HSL253.48º91.16%48.82%-
HSV(B)253.48º95.38%93.33%-
XYZ17.547.4481.4-
YUV52.13232.9135.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.94%
GREEN value IS 11 (4.69% from 255) = 3.54%
BLUE value IS 238 (93.36% from 255) = 76.53%
R=19.94%
G=3.54%
B=76.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62112380.740.9500.07253.4891.1648.82
Hex3EBEE4A5F07fd5b31
Octal76133561121370737513361
Binary111110101111101110100101010111110111111111011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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