COLOR #413478

HEX: #413478
RGB: (65,52,120)

Color info

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

RGB color model

#413478 color RGB value is (65,52,120).

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

RGB channels and saturation

R 65 of 255 = 25%
G 52 of 255 = 20%
B 120 of 255 = 47%

65
52
120

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

Portions of RGB colors in percentages

R + G + B =
65 + 52 + 120 = 237 (100%)
R 65 of 237 ~ 27.43%
G 52 of 237 ~ 21.94%
B 120 of 237 ~ 50.63%

%27.43
%21.94
%50.63

CMYK color model

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

  • cyan value is 45.83%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(46,57,0,53)
C46M57Y0K53 
(46%,57%,0%,53%)
(0.46/0.57/0.00/0.53)	

CMYK percentages

%45.83
%56.67
%0
%52.94

Codes

Color #413478 in popluar color models

413478
RGB6552120
HSL251°39.53%33.73%
HSB/HSV251°56.67%47.06%
CMYK45.83%56.67%0.00%
52.94%

Color #413478 in popluar number systems.

HEX413478
Decimal6552120
Binary10000011101001111000
Octal10164170

Shades and tints

Shades of #413478

#413478
(65,52,120)
#3C306E
(60,48,110)
#372C64
(55,44,100)
#32285A
(50,40,90)
#2D2450
(45,36,80)
#282046
(40,32,70)
#231C3C
(35,28,60)
#1E1832
(30,24,50)
#191428
(25,20,40)
#14101E
(20,16,30)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #413478

#413478
(65,52,120)
#524684
(82,70,132)
#635890
(99,88,144)
#746A9C
(116,106,156)
#857CA8
(133,124,168)
#968EB4
(150,142,180)
#A7A0C0
(167,160,192)
#B8B2CC
(184,178,204)
#C9C4D8
(201,196,216)
#DAD6E4
(218,214,228)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413478; }

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

This text font color is #413478.


Background Color

.myBgColor { background-color: #413478; }

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

This div background color is #413478.


Border color

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

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

This div border color is #413478.


Opacity

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

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

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

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

This text has shadow with #413478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413478 on black background.


Color preview on white background

This text has color #413478 on white background.



Black color preview on #413478 background

This text has black color on #413478 background.


White color preview on #413478 background

This text has white color on #413478 background.