COLOR #3E0389

HEX: #3E0389
RGB: (62,3,137)

Color info

#3E0389 contains mainly blue color. Web safe color of #3E0389 is #330099 (or #309).

RGB color model

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

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

RGB channels and saturation

R 62 of 255 = 24%
G 3 of 255 = 1%
B 137 of 255 = 54%

62
3
137

R + G + B ~ 26%. #3E0389 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 3 + 137 = 202 (100%)
R 62 of 202 ~ 30.69%
G 3 of 202 ~ 1.49%
B 137 of 202 ~ 67.82%

%30.69
%67.82

CMYK color model

#3E0389 color CMYK value is (55,98,0,46).

  • cyan value is 54.74%
  • magenta value is 97.81%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(55,98,0,46)
C55M98Y0K46 
(55%,98%,0%,46%)
(0.55/0.98/0.00/0.46)	

CMYK percentages

%54.74
%97.81
%0
%46.27

Codes

Color #3E0389 in popluar color models

3E0389
RGB623137
HSL266°95.71%27.45%
HSB/HSV266°97.81%53.73%
CMYK54.74%97.81%0.00%
46.27%

Color #3E0389 in popluar number systems.

HEX3E0389
Decimal623137
Binary1111101110001001
Octal763211

Shades and tints

Shades of #3E0389

#3E0389
(62,3,137)
#39037D
(57,3,125)
#340371
(52,3,113)
#2F0365
(47,3,101)
#2A0359
(42,3,89)
#25034D
(37,3,77)
#200341
(32,3,65)
#1B0335
(27,3,53)
#160329
(22,3,41)
#11031D
(17,3,29)
#0C0311
(12,3,17)
#000000
(0,0,0)

Tints of #3E0389

#3E0389
(62,3,137)
#4F1993
(79,25,147)
#602F9D
(96,47,157)
#7145A7
(113,69,167)
#825BB1
(130,91,177)
#9371BB
(147,113,187)
#A487C5
(164,135,197)
#B59DCF
(181,157,207)
#C6B3D9
(198,179,217)
#D7C9E3
(215,201,227)
#E8DFED
(232,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0389; }

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

This text font color is #3E0389.


Background Color

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

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

This div background color is #3E0389.


Border color

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

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

This div border color is #3E0389.


Opacity

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

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

Text with #3E0389 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 #3E0389;}

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

This text has shadow with #3E0389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0389 on black background.


Color preview on white background

This text has color #3E0389 on white background.



Black color preview on #3E0389 background

This text has black color on #3E0389 background.


White color preview on #3E0389 background

This text has white color on #3E0389 background.