COLOR #3B1D7F

HEX: #3B1D7F
RGB: (59,29,127)

Color info

#3B1D7F contains mainly blue color. Web safe color of #3B1D7F is #333366 (or #336).

RGB color model

#3B1D7F color RGB value is (59,29,127).

  • red value is 59;
  • green value is 29;
  • blue value is 127.
RGB:
(59,29,127)
(23%,11%,50%)

RGB channels and saturation

R 59 of 255 = 23%
G 29 of 255 = 11%
B 127 of 255 = 50%

59
29
127

R + G + B ~ 28%. #3B1D7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 29 + 127 = 215 (100%)
R 59 of 215 ~ 27.44%
G 29 of 215 ~ 13.49%
B 127 of 215 ~ 59.07%

%27.44
%13.49
%59.07

CMYK color model

#3B1D7F color CMYK value is (54,77,0,50).

  • cyan value is 53.54%
  • magenta value is 77.17%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(54,77,0,50)
C54M77Y0K50 
(54%,77%,0%,50%)
(0.54/0.77/0.00/0.50)	

CMYK percentages

%53.54
%77.17
%0
%50.2

Codes

Color #3B1D7F in popluar color models

3B1D7F
RGB5929127
HSL258°62.82%30.59%
HSB/HSV258°77.17%49.80%
CMYK53.54%77.17%0.00%
50.20%

Color #3B1D7F in popluar number systems.

HEX3B1D7F
Decimal5929127
Binary111011111011111111
Octal7335177

Shades and tints

Shades of #3B1D7F

#3B1D7F
(59,29,127)
#361B74
(54,27,116)
#311969
(49,25,105)
#2C175E
(44,23,94)
#271553
(39,21,83)
#221348
(34,19,72)
#1D113D
(29,17,61)
#180F32
(24,15,50)
#130D27
(19,13,39)
#0E0B1C
(14,11,28)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #3B1D7F

#3B1D7F
(59,29,127)
#4C318A
(76,49,138)
#5D4595
(93,69,149)
#6E59A0
(110,89,160)
#7F6DAB
(127,109,171)
#9081B6
(144,129,182)
#A195C1
(161,149,193)
#B2A9CC
(178,169,204)
#C3BDD7
(195,189,215)
#D4D1E2
(212,209,226)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1D7F color. Also use rgb(59,29,127) instead hex code.

Text Font Color

.myTextColor { color: #3B1D7F; }

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

This text font color is #3B1D7F.


Background Color

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

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

This div background color is #3B1D7F.


Border color

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

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

This div border color is #3B1D7F.


Opacity

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

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

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

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

This text has shadow with #3B1D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1D7F on black background.


Color preview on white background

This text has color #3B1D7F on white background.



Black color preview on #3B1D7F background

This text has black color on #3B1D7F background.


White color preview on #3B1D7F background

This text has white color on #3B1D7F background.