COLOR #3E3271

HEX: #3E3271 RGB: (62,50,113)

Color info

#3E3271 contains mainly red and blue colors. Web safe color of #3E3271 is #333366 (or #336).

RGB color model

#3E3271 color RGB value is (62,50,113).

RGB: (62,50,113) (24%, 20%, 44%)

RGB channels and saturation

R 62 of 255 = 24%
G 50 of 255 = 20%
B 113 of 255 = 44%

62
50
113

R + G + B ~ 29%. #3E3271 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 50 + 113 = 225 (100%)
R 62 of 225 ~ 27.56%
G 50 of 225 ~ 22.22%
B 113 of 225 ~ 50.22'%

%27.56
%22.22
%50.22

CMYK color model

#3E3271 color CMYK value is (45,56,0,56).

  • cyan value is 45.13%
  • magenta value is 55.75%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (45,56,0,56)
C45M56Y0K56 (45%, 56%, 0%, 56%)
(0.45 / 0.56 / 0.00 / 0.56)

CMYK percentages

%45.13
%55.75
%0
%55.69

Codes

Color #3E3271 in popluar color models

3E 32 71
RGB 62 50 113
HSL 251° 38.65% 31.96%
HSB/HSV 251° 55.75% 44.31%
CMYK 45.13% 55.75% 0.00%
55.69%

Color #3E3271 in popluar number systems.

HEX 3E 32 71
Decimal 62 50 113
Binary 111110 110010 1110001
Octal 76 62 161

Shades and tints

Shades of #3E3271

#3E3271
(62,50,113)
#392E67
(57,46,103)
#342A5D
(52,42,93)
#2F2653
(47,38,83)
#2A2249
(42,34,73)
#251E3F
(37,30,63)
#201A35
(32,26,53)
#1B162B
(27,22,43)
#161221
(22,18,33)
#110E17
(17,14,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #3E3271

#3E3271
(62,50,113)
#4F447D
(79,68,125)
#605689
(96,86,137)
#716895
(113,104,149)
#827AA1
(130,122,161)
#938CAD
(147,140,173)
#A49EB9
(164,158,185)
#B5B0C5
(181,176,197)
#C6C2D1
(198,194,209)
#D7D4DD
(215,212,221)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3271; }

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

This text font color is #3E3271.

Background Color

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

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

This div background color is #3E3271.

Border color

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

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

This div border color is #3E3271.

Opacity

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

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

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

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

This text has shadow with #3E3271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3271.

Preview

Color preview on black background

This text has color #3E3271 on black background.


Color preview on white background

This text has color #3E3271 on white background.


Black color preview on #3E3271 background

This text has black color on #3E3271 background.


White color preview on #3E3271 background

This text has white color on #3E3271 background.


Related colors

Complementary color

Complementary color for #hex is #C1CD8E.


I love getcolorcode.com

Triadic colors

1 #713E32 and #32713E with #3E3271 are triadic colors.

2 #71323E and #323E71 with #3E3271 are triadic colors.