COLOR #413A61

HEX: #413A61 RGB: (65,58,97)

Color info

#413A61 contains red, green and blue colors in about the same proportion. Web safe color of #413A61 is #333366 (or #336).

RGB color model

#413A61 color RGB value is (65,58,97).

RGB: (65,58,97) (25%, 23%, 38%)

RGB channels and saturation

R 65 of 255 = 25%
G 58 of 255 = 23%
B 97 of 255 = 38%

65
58
97

R + G + B ~ 29%. #413A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 58 + 97 = 220 (100%)
R 65 of 220 ~ 29.55%
G 58 of 220 ~ 26.36%
B 97 of 220 ~ 44.09'%

%29.55
%26.36
%44.09

CMYK color model

#413A61 color CMYK value is (33,40,0,62).

  • cyan value is 32.99%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (33,40,0,62)
C33M40Y0K62 (33%, 40%, 0%, 62%)
(0.33 / 0.40 / 0.00 / 0.62)

CMYK percentages

%32.99
%40.21
%0
%61.96

Codes

Color #413A61 in popluar color models

41 3A 61
RGB 65 58 97
HSL 251° 25.16% 30.39%
HSB/HSV 251° 40.21% 38.04%
CMYK 32.99% 40.21% 0.00%
61.96%

Color #413A61 in popluar number systems.

HEX 41 3A 61
Decimal 65 58 97
Binary 1000001 111010 1100001
Octal 101 72 141

Shades and tints

Shades of #413A61

#413A61
(65,58,97)
#3C3559
(60,53,89)
#373051
(55,48,81)
#322B49
(50,43,73)
#2D2641
(45,38,65)
#282139
(40,33,57)
#231C31
(35,28,49)
#1E1729
(30,23,41)
#191221
(25,18,33)
#140D19
(20,13,25)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #413A61

#413A61
(65,58,97)
#524B6F
(82,75,111)
#635C7D
(99,92,125)
#746D8B
(116,109,139)
#857E99
(133,126,153)
#968FA7
(150,143,167)
#A7A0B5
(167,160,181)
#B8B1C3
(184,177,195)
#C9C2D1
(201,194,209)
#DAD3DF
(218,211,223)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413A61 color. Also use rgb(65,58,97) instead hex code.

Text Font Color

.myTextColor { color: #413A61; }

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

This text font color is #413A61.

Background Color

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

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

This div background color is #413A61.

Border color

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

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

This div border color is #413A61.

Opacity

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

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

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

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

This text has shadow with #413A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413A61.

Preview

Color preview on black background

This text has color #413A61 on black background.


Color preview on white background

This text has color #413A61 on white background.


Black color preview on #413A61 background

This text has black color on #413A61 background.


White color preview on #413A61 background

This text has white color on #413A61 background.


Related colors

Complementary color

Complementary color for #hex is #BEC59E.


I love getcolorcode.com

Triadic colors

1 #61413A and #3A6141 with #413A61 are triadic colors.

2 #613A41 and #3A4161 with #413A61 are triadic colors.