COLOR #3E1F58

HEX: #3E1F58
RGB: (62,31,88)

Color info

#3E1F58 contains red, green and blue colors in about the same proportion. Web safe color of #3E1F58 is #333366 (or #336).

RGB color model

#3E1F58 color RGB value is (62,31,88).

  • red value is 62;
  • green value is 31;
  • blue value is 88.
RGB:
(62,31,88)
(24%,12%,35%)

RGB channels and saturation

R 62 of 255 = 24%
G 31 of 255 = 12%
B 88 of 255 = 35%

62
31
88

R + G + B ~ 24%. #3E1F58 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 31 + 88 = 181 (100%)
R 62 of 181 ~ 34.25%
G 31 of 181 ~ 17.13%
B 88 of 181 ~ 48.62%

%34.25
%17.13
%48.62

CMYK color model

#3E1F58 color CMYK value is (30,65,0,65).

  • cyan value is 29.55%
  • magenta value is 64.77%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(30,65,0,65)
C30M65Y0K65 
(30%,65%,0%,65%)
(0.30/0.65/0.00/0.65)	

CMYK percentages

%29.55
%64.77
%0
%65.49

Codes

Color #3E1F58 in popluar color models

3E1F58
RGB623188
HSL273°47.90%23.33%
HSB/HSV273°64.77%34.51%
CMYK29.55%64.77%0.00%
65.49%

Color #3E1F58 in popluar number systems.

HEX3E1F58
Decimal623188
Binary111110111111011000
Octal7637130

Shades and tints

Shades of #3E1F58

#3E1F58
(62,31,88)
#391D50
(57,29,80)
#341B48
(52,27,72)
#2F1940
(47,25,64)
#2A1738
(42,23,56)
#251530
(37,21,48)
#201328
(32,19,40)
#1B1120
(27,17,32)
#160F18
(22,15,24)
#110D10
(17,13,16)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #3E1F58

#3E1F58
(62,31,88)
#4F3367
(79,51,103)
#604776
(96,71,118)
#715B85
(113,91,133)
#826F94
(130,111,148)
#9383A3
(147,131,163)
#A497B2
(164,151,178)
#B5ABC1
(181,171,193)
#C6BFD0
(198,191,208)
#D7D3DF
(215,211,223)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1F58; }

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

This text font color is #3E1F58.


Background Color

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

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

This div background color is #3E1F58.


Border color

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

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

This div border color is #3E1F58.


Opacity

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

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

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

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

This text has shadow with #3E1F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1F58 on black background.


Color preview on white background

This text has color #3E1F58 on white background.



Black color preview on #3E1F58 background

This text has black color on #3E1F58 background.


White color preview on #3E1F58 background

This text has white color on #3E1F58 background.