COLOR #3B1D79

HEX: #3B1D79 RGB: (59,29,121)

Color info

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

RGB color model

#3B1D79 color RGB value is (59,29,121).

RGB: (59,29,121) (23%, 11%, 47%)

RGB channels and saturation

R 59 of 255 = 23%
G 29 of 255 = 11%
B 121 of 255 = 47%

59
29
121

R + G + B ~ 27%. #3B1D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 29 + 121 = 209 (100%)
R 59 of 209 ~ 28.23%
G 29 of 209 ~ 13.88%
B 121 of 209 ~ 57.89'%

%28.23
%13.88
%57.89

CMYK color model

#3B1D79 color CMYK value is (51,76,0,53).

  • cyan value is 51.24%
  • magenta value is 76.03%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (51,76,0,53)
C51M76Y0K53 (51%, 76%, 0%, 53%)
(0.51 / 0.76 / 0.00 / 0.53)

CMYK percentages

%51.24
%76.03
%0
%52.55

Codes

Color #3B1D79 in popluar color models

3B 1D 79
RGB 59 29 121
HSL 260° 61.33% 29.41%
HSB/HSV 260° 76.03% 47.45%
CMYK 51.24% 76.03% 0.00%
52.55%

Color #3B1D79 in popluar number systems.

HEX 3B 1D 79
Decimal 59 29 121
Binary 111011 11101 1111001
Octal 73 35 171

Shades and tints

Shades of #3B1D79

#3B1D79
(59,29,121)
#361B6E
(54,27,110)
#311963
(49,25,99)
#2C1758
(44,23,88)
#27154D
(39,21,77)
#221342
(34,19,66)
#1D1137
(29,17,55)
#180F2C
(24,15,44)
#130D21
(19,13,33)
#0E0B16
(14,11,22)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #3B1D79

#3B1D79
(59,29,121)
#4C3185
(76,49,133)
#5D4591
(93,69,145)
#6E599D
(110,89,157)
#7F6DA9
(127,109,169)
#9081B5
(144,129,181)
#A195C1
(161,149,193)
#B2A9CD
(178,169,205)
#C3BDD9
(195,189,217)
#D4D1E5
(212,209,229)
#E5E5F1
(229,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1D79; }

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

This text font color is #3B1D79.

Background Color

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

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

This div background color is #3B1D79.

Border color

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

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

This div border color is #3B1D79.

Opacity

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

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

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

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

This text has shadow with #3B1D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B1D79.

Preview

Color preview on black background

This text has color #3B1D79 on black background.


Color preview on white background

This text has color #3B1D79 on white background.


Black color preview on #3B1D79 background

This text has black color on #3B1D79 background.


White color preview on #3B1D79 background

This text has white color on #3B1D79 background.


Related colors

Complementary color

Complementary color for #hex is #C4E286.


I love getcolorcode.com

Triadic colors

1 #793B1D and #1D793B with #3B1D79 are triadic colors.

2 #791D3B and #1D3B79 with #3B1D79 are triadic colors.