COLOR #413978

HEX: #413978
RGB: (65,57,120)

Color info

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

RGB color model

#413978 color RGB value is (65,57,120).

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

RGB channels and saturation

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

65
57
120

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

Portions of RGB colors in percentages

R + G + B =
65 + 57 + 120 = 242 (100%)
R 65 of 242 ~ 26.86%
G 57 of 242 ~ 23.55%
B 120 of 242 ~ 49.59%

%26.86
%23.55
%49.59

CMYK color model

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

  • cyan value is 45.83%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(46,53,0,53)
C46M53Y0K53 
(46%,53%,0%,53%)
(0.46/0.53/0.00/0.53)	

CMYK percentages

%45.83
%52.5
%0
%52.94

Codes

Color #413978 in popluar color models

413978
RGB6557120
HSL248°35.59%34.71%
HSB/HSV248°52.50%47.06%
CMYK45.83%52.50%0.00%
52.94%

Color #413978 in popluar number systems.

HEX413978
Decimal6557120
Binary10000011110011111000
Octal10171170

Shades and tints

Shades of #413978

#413978
(65,57,120)
#3C346E
(60,52,110)
#372F64
(55,47,100)
#322A5A
(50,42,90)
#2D2550
(45,37,80)
#282046
(40,32,70)
#231B3C
(35,27,60)
#1E1632
(30,22,50)
#191128
(25,17,40)
#140C1E
(20,12,30)
#0F0714
(15,7,20)
#000000
(0,0,0)

Tints of #413978

#413978
(65,57,120)
#524B84
(82,75,132)
#635D90
(99,93,144)
#746F9C
(116,111,156)
#8581A8
(133,129,168)
#9693B4
(150,147,180)
#A7A5C0
(167,165,192)
#B8B7CC
(184,183,204)
#C9C9D8
(201,201,216)
#DADBE4
(218,219,228)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413978; }

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

This text font color is #413978.


Background Color

.myBgColor { background-color: #413978; }

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

This div background color is #413978.


Border color

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

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

This div border color is #413978.


Opacity

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

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

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

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

This text has shadow with #413978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413978 on black background.


Color preview on white background

This text has color #413978 on white background.



Black color preview on #413978 background

This text has black color on #413978 background.


White color preview on #413978 background

This text has white color on #413978 background.