COLOR #3B1E71

HEX: #3B1E71
RGB: (59,30,113)

Color info

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

RGB color model

#3B1E71 color RGB value is (59,30,113).

  • red value is 59;
  • green value is 30;
  • blue value is 113.
RGB:
(59,30,113)
(23%,12%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 30 of 255 = 12%
B 113 of 255 = 44%

59
30
113

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

Portions of RGB colors in percentages

R + G + B =
59 + 30 + 113 = 202 (100%)
R 59 of 202 ~ 29.21%
G 30 of 202 ~ 14.85%
B 113 of 202 ~ 55.94%

%29.21
%14.85
%55.94

CMYK color model

#3B1E71 color CMYK value is (48,73,0,56).

  • cyan value is 47.79%
  • magenta value is 73.45%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(48,73,0,56)
C48M73Y0K56 
(48%,73%,0%,56%)
(0.48/0.73/0.00/0.56)	

CMYK percentages

%47.79
%73.45
%0
%55.69

Codes

Color #3B1E71 in popluar color models

3B1E71
RGB5930113
HSL261°58.04%28.04%
HSB/HSV261°73.45%44.31%
CMYK47.79%73.45%0.00%
55.69%

Color #3B1E71 in popluar number systems.

HEX3B1E71
Decimal5930113
Binary111011111101110001
Octal7336161

Shades and tints

Shades of #3B1E71

#3B1E71
(59,30,113)
#361C67
(54,28,103)
#311A5D
(49,26,93)
#2C1853
(44,24,83)
#271649
(39,22,73)
#22143F
(34,20,63)
#1D1235
(29,18,53)
#18102B
(24,16,43)
#130E21
(19,14,33)
#0E0C17
(14,12,23)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #3B1E71

#3B1E71
(59,30,113)
#4C327D
(76,50,125)
#5D4689
(93,70,137)
#6E5A95
(110,90,149)
#7F6EA1
(127,110,161)
#9082AD
(144,130,173)
#A196B9
(161,150,185)
#B2AAC5
(178,170,197)
#C3BED1
(195,190,209)
#D4D2DD
(212,210,221)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1E71 color. Also use rgb(59,30,113) instead hex code.

Text Font Color

.myTextColor { color: #3B1E71; }

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

This text font color is #3B1E71.


Background Color

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

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

This div background color is #3B1E71.


Border color

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

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

This div border color is #3B1E71.


Opacity

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

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

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

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

This text has shadow with #3B1E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1E71 on black background.


Color preview on white background

This text has color #3B1E71 on white background.



Black color preview on #3B1E71 background

This text has black color on #3B1E71 background.


White color preview on #3B1E71 background

This text has white color on #3B1E71 background.