COLOR #3E2382

HEX: #3E2382
RGB: (62,35,130)

Color info

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

RGB color model

#3E2382 color RGB value is (62,35,130).

  • red value is 62;
  • green value is 35;
  • blue value is 130.
RGB:
(62,35,130)
(24%,14%,51%)

RGB channels and saturation

R 62 of 255 = 24%
G 35 of 255 = 14%
B 130 of 255 = 51%

62
35
130

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

Portions of RGB colors in percentages

R + G + B =
62 + 35 + 130 = 227 (100%)
R 62 of 227 ~ 27.31%
G 35 of 227 ~ 15.42%
B 130 of 227 ~ 57.27%

%27.31
%15.42
%57.27

CMYK color model

#3E2382 color CMYK value is (52,73,0,49).

  • cyan value is 52.31%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(52,73,0,49)
C52M73Y0K49 
(52%,73%,0%,49%)
(0.52/0.73/0.00/0.49)	

CMYK percentages

%52.31
%73.08
%0
%49.02

Codes

Color #3E2382 in popluar color models

3E2382
RGB6235130
HSL257°57.58%32.35%
HSB/HSV257°73.08%50.98%
CMYK52.31%73.08%0.00%
49.02%

Color #3E2382 in popluar number systems.

HEX3E2382
Decimal6235130
Binary11111010001110000010
Octal7643202

Shades and tints

Shades of #3E2382

#3E2382
(62,35,130)
#392077
(57,32,119)
#341D6C
(52,29,108)
#2F1A61
(47,26,97)
#2A1756
(42,23,86)
#25144B
(37,20,75)
#201140
(32,17,64)
#1B0E35
(27,14,53)
#160B2A
(22,11,42)
#11081F
(17,8,31)
#0C0514
(12,5,20)
#000000
(0,0,0)

Tints of #3E2382

#3E2382
(62,35,130)
#4F378D
(79,55,141)
#604B98
(96,75,152)
#715FA3
(113,95,163)
#8273AE
(130,115,174)
#9387B9
(147,135,185)
#A49BC4
(164,155,196)
#B5AFCF
(181,175,207)
#C6C3DA
(198,195,218)
#D7D7E5
(215,215,229)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E2382; }

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

This text font color is #3E2382.


Background Color

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

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

This div background color is #3E2382.


Border color

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

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

This div border color is #3E2382.


Opacity

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

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

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

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

This text has shadow with #3E2382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2382 on black background.


Color preview on white background

This text has color #3E2382 on white background.



Black color preview on #3E2382 background

This text has black color on #3E2382 background.


White color preview on #3E2382 background

This text has white color on #3E2382 background.