COLOR #413B7F

HEX: #413B7F RGB: (65,59,127)

Color info

#413B7F contains mainly blue color. Web safe color of #413B7F is #333366 (or #336).

RGB color model

#413B7F color RGB value is (65,59,127).

RGB: (65,59,127) (25%, 23%, 50%)

RGB channels and saturation

R 65 of 255 = 25%
G 59 of 255 = 23%
B 127 of 255 = 50%

65
59
127

R + G + B ~ 33%. #413B7F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 59 + 127 = 251 (100%)
R 65 of 251 ~ 25.9%
G 59 of 251 ~ 23.51%
B 127 of 251 ~ 50.6'%

%25.9
%23.51
%50.6

CMYK color model

#413B7F color CMYK value is (49,54,0,50).

  • cyan value is 48.82%
  • magenta value is 53.54%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (49,54,0,50)
C49M54Y0K50 (49%, 54%, 0%, 50%)
(0.49 / 0.54 / 0.00 / 0.50)

CMYK percentages

%48.82
%53.54
%0
%50.2

Codes

Color #413B7F in popluar color models

41 3B 7F
RGB 65 59 127
HSL 245° 36.56% 36.47%
HSB/HSV 245° 53.54% 49.80%
CMYK 48.82% 53.54% 0.00%
50.20%

Color #413B7F in popluar number systems.

HEX 41 3B 7F
Decimal 65 59 127
Binary 1000001 111011 1111111
Octal 101 73 177

Shades and tints

Shades of #413B7F

#413B7F
(65,59,127)
#3C3674
(60,54,116)
#373169
(55,49,105)
#322C5E
(50,44,94)
#2D2753
(45,39,83)
#282248
(40,34,72)
#231D3D
(35,29,61)
#1E1832
(30,24,50)
#191327
(25,19,39)
#140E1C
(20,14,28)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #413B7F

#413B7F
(65,59,127)
#524C8A
(82,76,138)
#635D95
(99,93,149)
#746EA0
(116,110,160)
#857FAB
(133,127,171)
#9690B6
(150,144,182)
#A7A1C1
(167,161,193)
#B8B2CC
(184,178,204)
#C9C3D7
(201,195,215)
#DAD4E2
(218,212,226)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413B7F color. Also use rgb(65,59,127) instead hex code.

Text Font Color

.myTextColor { color: #413B7F; }

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

This text font color is #413B7F.

Background Color

.myBgColor { background-color: #413B7F; }

<div style="background-color:#413B7F">Inner text</div>

This div background color is #413B7F.

Border color

.myBorderColor { border: 1px solid #413B7F; }

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

This div border color is #413B7F.

Opacity

.myOpacity80 { color: #413B7F; opacity: 0.8; }

<p style="color:#413B7F;opacity:0.8;">80%</p>

Text with #413B7F 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 #413B7F;}

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

This text has shadow with #413B7F color.


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

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

This text has shadow with #413B7F primary color and red secondary color.


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

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

This text has shadow with #413B7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #413B7F.

Preview

Color preview on black background

This text has color #413B7F on black background.


Color preview on white background

This text has color #413B7F on white background.


Black color preview on #413B7F background

This text has black color on #413B7F background.


White color preview on #413B7F background

This text has white color on #413B7F background.


Related colors

Complementary color

Complementary color for #hex is #BEC480.


I love getcolorcode.com

Triadic colors

1 #7F413B and #3B7F41 with #413B7F are triadic colors.

2 #7F3B41 and #3B417F with #413B7F are triadic colors.