COLOR #413C9F

HEX: #413C9F
RGB: (65,60,159)

Color info

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

RGB color model

#413C9F color RGB value is (65,60,159).

  • red value is 65;
  • green value is 60;
  • blue value is 159.
RGB:
(65,60,159)
(25%,24%,62%)

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 159 of 255 = 62%

65
60
159

R + G + B ~ 37%. #413C9F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 60 + 159 = 284 (100%)
R 65 of 284 ~ 22.89%
G 60 of 284 ~ 21.13%
B 159 of 284 ~ 55.99%

%22.89
%21.13
%55.99

CMYK color model

#413C9F color CMYK value is (59,62,0,38).

  • cyan value is 59.12%
  • magenta value is 62.26%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(59,62,0,38)
C59M62Y0K38 
(59%,62%,0%,38%)
(0.59/0.62/0.00/0.38)	

CMYK percentages

%59.12
%62.26
%0
%37.65

Codes

Color #413C9F in popluar color models

413C9F
RGB6560159
HSL243°45.21%42.94%
HSB/HSV243°62.26%62.35%
CMYK59.12%62.26%0.00%
37.65%

Color #413C9F in popluar number systems.

HEX413C9F
Decimal6560159
Binary100000111110010011111
Octal10174237

Shades and tints

Shades of #413C9F

#413C9F
(65,60,159)
#3C3791
(60,55,145)
#373283
(55,50,131)
#322D75
(50,45,117)
#2D2867
(45,40,103)
#282359
(40,35,89)
#231E4B
(35,30,75)
#1E193D
(30,25,61)
#19142F
(25,20,47)
#140F21
(20,15,33)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #413C9F

#413C9F
(65,60,159)
#524DA7
(82,77,167)
#635EAF
(99,94,175)
#746FB7
(116,111,183)
#8580BF
(133,128,191)
#9691C7
(150,145,199)
#A7A2CF
(167,162,207)
#B8B3D7
(184,179,215)
#C9C4DF
(201,196,223)
#DAD5E7
(218,213,231)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413C9F color. Also use rgb(65,60,159) instead hex code.

Text Font Color

.myTextColor { color: #413C9F; }

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

This text font color is #413C9F.


Background Color

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

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

This div background color is #413C9F.


Border color

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

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

This div border color is #413C9F.


Opacity

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

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

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

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

This text has shadow with #413C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413C9F on black background.


Color preview on white background

This text has color #413C9F on white background.



Black color preview on #413C9F background

This text has black color on #413C9F background.


White color preview on #413C9F background

This text has white color on #413C9F background.