COLOR #3E1F63

HEX: #3E1F63
RGB: (62,31,99)

Color info

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

RGB color model

#3E1F63 color RGB value is (62,31,99).

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

RGB channels and saturation

R 62 of 255 = 24%
G 31 of 255 = 12%
B 99 of 255 = 39%

62
31
99

R + G + B ~ 25%. #3E1F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 31 + 99 = 192 (100%)
R 62 of 192 ~ 32.29%
G 31 of 192 ~ 16.15%
B 99 of 192 ~ 51.56%

%32.29
%16.15
%51.56

CMYK color model

#3E1F63 color CMYK value is (37,69,0,61).

  • cyan value is 37.37%
  • magenta value is 68.69%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(37,69,0,61)
C37M69Y0K61 
(37%,69%,0%,61%)
(0.37/0.69/0.00/0.61)	

CMYK percentages

%37.37
%68.69
%0
%61.18

Codes

Color #3E1F63 in popluar color models

3E1F63
RGB623199
HSL267°52.31%25.49%
HSB/HSV267°68.69%38.82%
CMYK37.37%68.69%0.00%
61.18%

Color #3E1F63 in popluar number systems.

HEX3E1F63
Decimal623199
Binary111110111111100011
Octal7637143

Shades and tints

Shades of #3E1F63

#3E1F63
(62,31,99)
#391D5A
(57,29,90)
#341B51
(52,27,81)
#2F1948
(47,25,72)
#2A173F
(42,23,63)
#251536
(37,21,54)
#20132D
(32,19,45)
#1B1124
(27,17,36)
#160F1B
(22,15,27)
#110D12
(17,13,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #3E1F63

#3E1F63
(62,31,99)
#4F3371
(79,51,113)
#60477F
(96,71,127)
#715B8D
(113,91,141)
#826F9B
(130,111,155)
#9383A9
(147,131,169)
#A497B7
(164,151,183)
#B5ABC5
(181,171,197)
#C6BFD3
(198,191,211)
#D7D3E1
(215,211,225)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1F63; }

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

This text font color is #3E1F63.


Background Color

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

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

This div background color is #3E1F63.


Border color

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

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

This div border color is #3E1F63.


Opacity

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

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

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

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

This text has shadow with #3E1F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1F63 on black background.


Color preview on white background

This text has color #3E1F63 on white background.



Black color preview on #3E1F63 background

This text has black color on #3E1F63 background.


White color preview on #3E1F63 background

This text has white color on #3E1F63 background.