COLOR #413CA8

HEX: #413CA8
RGB: (65,60,168)

Color info

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

RGB color model

#413CA8 color RGB value is (65,60,168).

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

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 168 of 255 = 66%

65
60
168

R + G + B ~ 38%. #413CA8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 60 + 168 = 293 (100%)
R 65 of 293 ~ 22.18%
G 60 of 293 ~ 20.48%
B 168 of 293 ~ 57.34%

%22.18
%20.48
%57.34

CMYK color model

#413CA8 color CMYK value is (61,64,0,34).

  • cyan value is 61.31%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(61,64,0,34)
C61M64Y0K34 
(61%,64%,0%,34%)
(0.61/0.64/0.00/0.34)	

CMYK percentages

%61.31
%64.29
%0
%34.12

Codes

Color #413CA8 in popluar color models

413CA8
RGB6560168
HSL243°47.37%44.71%
HSB/HSV243°64.29%65.88%
CMYK61.31%64.29%0.00%
34.12%

Color #413CA8 in popluar number systems.

HEX413CA8
Decimal6560168
Binary100000111110010101000
Octal10174250

Shades and tints

Shades of #413CA8

#413CA8
(65,60,168)
#3C3799
(60,55,153)
#37328A
(55,50,138)
#322D7B
(50,45,123)
#2D286C
(45,40,108)
#28235D
(40,35,93)
#231E4E
(35,30,78)
#1E193F
(30,25,63)
#191430
(25,20,48)
#140F21
(20,15,33)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #413CA8

#413CA8
(65,60,168)
#524DAF
(82,77,175)
#635EB6
(99,94,182)
#746FBD
(116,111,189)
#8580C4
(133,128,196)
#9691CB
(150,145,203)
#A7A2D2
(167,162,210)
#B8B3D9
(184,179,217)
#C9C4E0
(201,196,224)
#DAD5E7
(218,213,231)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413CA8; }

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

This text font color is #413CA8.


Background Color

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

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

This div background color is #413CA8.


Border color

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

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

This div border color is #413CA8.


Opacity

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

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

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

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

This text has shadow with #413CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413CA8 on black background.


Color preview on white background

This text has color #413CA8 on white background.



Black color preview on #413CA8 background

This text has black color on #413CA8 background.


White color preview on #413CA8 background

This text has white color on #413CA8 background.