COLOR #3E1D89

HEX: #3E1D89
RGB: (62,29,137)

Color info

#3E1D89 contains mainly blue color. Web safe color of #3E1D89 is #333399 (or #339).

RGB color model

#3E1D89 color RGB value is (62,29,137).

  • red value is 62;
  • green value is 29;
  • blue value is 137.
RGB:
(62,29,137)
(24%,11%,54%)

RGB channels and saturation

R 62 of 255 = 24%
G 29 of 255 = 11%
B 137 of 255 = 54%

62
29
137

R + G + B ~ 30%. #3E1D89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 29 + 137 = 228 (100%)
R 62 of 228 ~ 27.19%
G 29 of 228 ~ 12.72%
B 137 of 228 ~ 60.09%

%27.19
%12.72
%60.09

CMYK color model

#3E1D89 color CMYK value is (55,79,0,46).

  • cyan value is 54.74%
  • magenta value is 78.83%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(55,79,0,46)
C55M79Y0K46 
(55%,79%,0%,46%)
(0.55/0.79/0.00/0.46)	

CMYK percentages

%54.74
%78.83
%0
%46.27

Codes

Color #3E1D89 in popluar color models

3E1D89
RGB6229137
HSL258°65.06%32.55%
HSB/HSV258°78.83%53.73%
CMYK54.74%78.83%0.00%
46.27%

Color #3E1D89 in popluar number systems.

HEX3E1D89
Decimal6229137
Binary1111101110110001001
Octal7635211

Shades and tints

Shades of #3E1D89

#3E1D89
(62,29,137)
#391B7D
(57,27,125)
#341971
(52,25,113)
#2F1765
(47,23,101)
#2A1559
(42,21,89)
#25134D
(37,19,77)
#201141
(32,17,65)
#1B0F35
(27,15,53)
#160D29
(22,13,41)
#110B1D
(17,11,29)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #3E1D89

#3E1D89
(62,29,137)
#4F3193
(79,49,147)
#60459D
(96,69,157)
#7159A7
(113,89,167)
#826DB1
(130,109,177)
#9381BB
(147,129,187)
#A495C5
(164,149,197)
#B5A9CF
(181,169,207)
#C6BDD9
(198,189,217)
#D7D1E3
(215,209,227)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1D89 color. Also use rgb(62,29,137) instead hex code.

Text Font Color

.myTextColor { color: #3E1D89; }

<p style="color:#3E1D89">This sample text font color is #3E1D89.</p>

This text font color is #3E1D89.


Background Color

.myBgColor { background-color: #3E1D89; }

<div style="background-color:#3E1D89">Inner text</div>

This div background color is #3E1D89.


Border color

.myBorderColor { border: 1px solid #3E1D89; }

<div style="border:3px solid #3E1D89">Div</div>

This div border color is #3E1D89.


Opacity

.myOpacity80 { color: #3E1D89; opacity: 0.8; }

<p style="color:#3E1D89;opacity:0.8;">80%</p>

Text with #3E1D89 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3E1D89;}

<p style="text-shadow: 3px 3px 1px #3E1D89">Text here.</p>

This text has shadow with #3E1D89 color.

.textShadow {text-shadow: 3px 3px 1px #3E1D89, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3E1D89, 5px 5px 20px red">Text here.</p>

This text has shadow with #3E1D89 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3E1D89, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3E1D89, Direction=45, Strength=4)">Text</p>

This text has shadow with #3E1D89 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3E1D89;
  -webkit-box-shadow:	1px 1px 3px 2px #3E1D89;
  box-shadow:		1px 1px 3px 2px #3E1D89;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3E1D89;
-webkit-box-shadow: 1px 1px 3px 2px #3E1D89;
box-shadow:1px 1px 3px 2px #3E1D89;">
Div content here</div>
This div box has shadow with color #3E1D89.

Preview

Color preview on black background

This text has color #3E1D89 on black background.


Color preview on white background

This text has color #3E1D89 on white background.



Black color preview on #3E1D89 background

This text has black color on #3E1D89 background.


White color preview on #3E1D89 background

This text has white color on #3E1D89 background.