COLOR #413A83

HEX: #413A83
RGB: (65,58,131)

Color info

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

RGB color model

#413A83 color RGB value is (65,58,131).

  • red value is 65;
  • green value is 58;
  • blue value is 131.
RGB:
(65,58,131)
(25%,23%,51%)

RGB channels and saturation

R 65 of 255 = 25%
G 58 of 255 = 23%
B 131 of 255 = 51%

65
58
131

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

Portions of RGB colors in percentages

R + G + B =
65 + 58 + 131 = 254 (100%)
R 65 of 254 ~ 25.59%
G 58 of 254 ~ 22.83%
B 131 of 254 ~ 51.57%

%25.59
%22.83
%51.57

CMYK color model

#413A83 color CMYK value is (50,56,0,49).

  • cyan value is 50.38%
  • magenta value is 55.73%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(50,56,0,49)
C50M56Y0K49 
(50%,56%,0%,49%)
(0.50/0.56/0.00/0.49)	

CMYK percentages

%50.38
%55.73
%0
%48.63

Codes

Color #413A83 in popluar color models

413A83
RGB6558131
HSL246°38.62%37.06%
HSB/HSV246°55.73%51.37%
CMYK50.38%55.73%0.00%
48.63%

Color #413A83 in popluar number systems.

HEX413A83
Decimal6558131
Binary100000111101010000011
Octal10172203

Shades and tints

Shades of #413A83

#413A83
(65,58,131)
#3C3578
(60,53,120)
#37306D
(55,48,109)
#322B62
(50,43,98)
#2D2657
(45,38,87)
#28214C
(40,33,76)
#231C41
(35,28,65)
#1E1736
(30,23,54)
#19122B
(25,18,43)
#140D20
(20,13,32)
#0F0815
(15,8,21)
#000000
(0,0,0)

Tints of #413A83

#413A83
(65,58,131)
#524B8E
(82,75,142)
#635C99
(99,92,153)
#746DA4
(116,109,164)
#857EAF
(133,126,175)
#968FBA
(150,143,186)
#A7A0C5
(167,160,197)
#B8B1D0
(184,177,208)
#C9C2DB
(201,194,219)
#DAD3E6
(218,211,230)
#EBE4F1
(235,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413A83; }

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

This text font color is #413A83.


Background Color

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

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

This div background color is #413A83.


Border color

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

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

This div border color is #413A83.


Opacity

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

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

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

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

This text has shadow with #413A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413A83 on black background.


Color preview on white background

This text has color #413A83 on white background.



Black color preview on #413A83 background

This text has black color on #413A83 background.


White color preview on #413A83 background

This text has white color on #413A83 background.