COLOR #3D1D71

HEX: #3D1D71
RGB: (61,29,113)

Color info

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

RGB color model

#3D1D71 color RGB value is (61,29,113).

  • red value is 61;
  • green value is 29;
  • blue value is 113.
RGB:
(61,29,113)
(24%,11%,44%)

RGB channels and saturation

R 61 of 255 = 24%
G 29 of 255 = 11%
B 113 of 255 = 44%

61
29
113

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

Portions of RGB colors in percentages

R + G + B =
61 + 29 + 113 = 203 (100%)
R 61 of 203 ~ 30.05%
G 29 of 203 ~ 14.29%
B 113 of 203 ~ 55.67%

%30.05
%14.29
%55.67

CMYK color model

#3D1D71 color CMYK value is (46,74,0,56).

  • cyan value is 46.02%
  • magenta value is 74.34%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(46,74,0,56)
C46M74Y0K56 
(46%,74%,0%,56%)
(0.46/0.74/0.00/0.56)	

CMYK percentages

%46.02
%74.34
%0
%55.69

Codes

Color #3D1D71 in popluar color models

3D1D71
RGB6129113
HSL263°59.15%27.84%
HSB/HSV263°74.34%44.31%
CMYK46.02%74.34%0.00%
55.69%

Color #3D1D71 in popluar number systems.

HEX3D1D71
Decimal6129113
Binary111101111011110001
Octal7535161

Shades and tints

Shades of #3D1D71

#3D1D71
(61,29,113)
#381B67
(56,27,103)
#33195D
(51,25,93)
#2E1753
(46,23,83)
#291549
(41,21,73)
#24133F
(36,19,63)
#1F1135
(31,17,53)
#1A0F2B
(26,15,43)
#150D21
(21,13,33)
#100B17
(16,11,23)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #3D1D71

#3D1D71
(61,29,113)
#4E317D
(78,49,125)
#5F4589
(95,69,137)
#705995
(112,89,149)
#816DA1
(129,109,161)
#9281AD
(146,129,173)
#A395B9
(163,149,185)
#B4A9C5
(180,169,197)
#C5BDD1
(197,189,209)
#D6D1DD
(214,209,221)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D1D71 color. Also use rgb(61,29,113) instead hex code.

Text Font Color

.myTextColor { color: #3D1D71; }

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

This text font color is #3D1D71.


Background Color

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

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

This div background color is #3D1D71.


Border color

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

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

This div border color is #3D1D71.


Opacity

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

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

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

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

This text has shadow with #3D1D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D1D71 on black background.


Color preview on white background

This text has color #3D1D71 on white background.



Black color preview on #3D1D71 background

This text has black color on #3D1D71 background.


White color preview on #3D1D71 background

This text has white color on #3D1D71 background.