COLOR #413D94

HEX: #413D94
RGB: (65,61,148)

Color info

#413D94 contains mainly blue color. Web safe color of #413D94 is #333399 (or #339).

RGB color model

#413D94 color RGB value is (65,61,148).

  • red value is 65;
  • green value is 61;
  • blue value is 148.
RGB:
(65,61,148)
(25%,24%,58%)

RGB channels and saturation

R 65 of 255 = 25%
G 61 of 255 = 24%
B 148 of 255 = 58%

65
61
148

R + G + B ~ 36%. #413D94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 61 + 148 = 274 (100%)
R 65 of 274 ~ 23.72%
G 61 of 274 ~ 22.26%
B 148 of 274 ~ 54.01%

%23.72
%22.26
%54.01

CMYK color model

#413D94 color CMYK value is (56,59,0,42).

  • cyan value is 56.08%
  • magenta value is 58.78%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(56,59,0,42)
C56M59Y0K42 
(56%,59%,0%,42%)
(0.56/0.59/0.00/0.42)	

CMYK percentages

%56.08
%58.78
%0
%41.96

Codes

Color #413D94 in popluar color models

413D94
RGB6561148
HSL243°41.63%40.98%
HSB/HSV243°58.78%58.04%
CMYK56.08%58.78%0.00%
41.96%

Color #413D94 in popluar number systems.

HEX413D94
Decimal6561148
Binary100000111110110010100
Octal10175224

Shades and tints

Shades of #413D94

#413D94
(65,61,148)
#3C3887
(60,56,135)
#37337A
(55,51,122)
#322E6D
(50,46,109)
#2D2960
(45,41,96)
#282453
(40,36,83)
#231F46
(35,31,70)
#1E1A39
(30,26,57)
#19152C
(25,21,44)
#14101F
(20,16,31)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #413D94

#413D94
(65,61,148)
#524E9D
(82,78,157)
#635FA6
(99,95,166)
#7470AF
(116,112,175)
#8581B8
(133,129,184)
#9692C1
(150,146,193)
#A7A3CA
(167,163,202)
#B8B4D3
(184,180,211)
#C9C5DC
(201,197,220)
#DAD6E5
(218,214,229)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413D94 color. Also use rgb(65,61,148) instead hex code.

Text Font Color

.myTextColor { color: #413D94; }

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

This text font color is #413D94.


Background Color

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

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

This div background color is #413D94.


Border color

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

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

This div border color is #413D94.


Opacity

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

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

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

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

This text has shadow with #413D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413D94 on black background.


Color preview on white background

This text has color #413D94 on white background.



Black color preview on #413D94 background

This text has black color on #413D94 background.


White color preview on #413D94 background

This text has white color on #413D94 background.