COLOR #413979

HEX: #413979
RGB: (65,57,121)

Color info

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

RGB color model

#413979 color RGB value is (65,57,121).

  • red value is 65;
  • green value is 57;
  • blue value is 121.
RGB:
(65,57,121)
(25%,22%,47%)

RGB channels and saturation

R 65 of 255 = 25%
G 57 of 255 = 22%
B 121 of 255 = 47%

65
57
121

R + G + B ~ 31%. #413979 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 57 + 121 = 243 (100%)
R 65 of 243 ~ 26.75%
G 57 of 243 ~ 23.46%
B 121 of 243 ~ 49.79%

%26.75
%23.46
%49.79

CMYK color model

#413979 color CMYK value is (46,53,0,53).

  • cyan value is 46.28%
  • magenta value is 52.89%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(46,53,0,53)
C46M53Y0K53 
(46%,53%,0%,53%)
(0.46/0.53/0.00/0.53)	

CMYK percentages

%46.28
%52.89
%0
%52.55

Codes

Color #413979 in popluar color models

413979
RGB6557121
HSL248°35.96%34.90%
HSB/HSV248°52.89%47.45%
CMYK46.28%52.89%0.00%
52.55%

Color #413979 in popluar number systems.

HEX413979
Decimal6557121
Binary10000011110011111001
Octal10171171

Shades and tints

Shades of #413979

#413979
(65,57,121)
#3C346E
(60,52,110)
#372F63
(55,47,99)
#322A58
(50,42,88)
#2D254D
(45,37,77)
#282042
(40,32,66)
#231B37
(35,27,55)
#1E162C
(30,22,44)
#191121
(25,17,33)
#140C16
(20,12,22)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #413979

#413979
(65,57,121)
#524B85
(82,75,133)
#635D91
(99,93,145)
#746F9D
(116,111,157)
#8581A9
(133,129,169)
#9693B5
(150,147,181)
#A7A5C1
(167,165,193)
#B8B7CD
(184,183,205)
#C9C9D9
(201,201,217)
#DADBE5
(218,219,229)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413979 color. Also use rgb(65,57,121) instead hex code.

Text Font Color

.myTextColor { color: #413979; }

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

This text font color is #413979.


Background Color

.myBgColor { background-color: #413979; }

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

This div background color is #413979.


Border color

.myBorderColor { border: 1px solid #413979; }

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

This div border color is #413979.


Opacity

.myOpacity80 { color: #413979; opacity: 0.8; }

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

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

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

This text has shadow with #413979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413979 on black background.


Color preview on white background

This text has color #413979 on white background.



Black color preview on #413979 background

This text has black color on #413979 background.


White color preview on #413979 background

This text has white color on #413979 background.