COLOR #413781

HEX: #413781
RGB: (65,55,129)

Color info

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

RGB color model

#413781 color RGB value is (65,55,129).

  • red value is 65;
  • green value is 55;
  • blue value is 129.
RGB:
(65,55,129)
(25%,22%,51%)

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 129 of 255 = 51%

65
55
129

R + G + B ~ 33%. #413781 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 129 = 249 (100%)
R 65 of 249 ~ 26.1%
G 55 of 249 ~ 22.09%
B 129 of 249 ~ 51.81%

%26.1
%22.09
%51.81

CMYK color model

#413781 color CMYK value is (50,57,0,49).

  • cyan value is 49.61%
  • magenta value is 57.36%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(50,57,0,49)
C50M57Y0K49 
(50%,57%,0%,49%)
(0.50/0.57/0.00/0.49)	

CMYK percentages

%49.61
%57.36
%0
%49.41

Codes

Color #413781 in popluar color models

413781
RGB6555129
HSL248°40.22%36.08%
HSB/HSV248°57.36%50.59%
CMYK49.61%57.36%0.00%
49.41%

Color #413781 in popluar number systems.

HEX413781
Decimal6555129
Binary100000111011110000001
Octal10167201

Shades and tints

Shades of #413781

#413781
(65,55,129)
#3C3276
(60,50,118)
#372D6B
(55,45,107)
#322860
(50,40,96)
#2D2355
(45,35,85)
#281E4A
(40,30,74)
#23193F
(35,25,63)
#1E1434
(30,20,52)
#190F29
(25,15,41)
#140A1E
(20,10,30)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #413781

#413781
(65,55,129)
#52498C
(82,73,140)
#635B97
(99,91,151)
#746DA2
(116,109,162)
#857FAD
(133,127,173)
#9691B8
(150,145,184)
#A7A3C3
(167,163,195)
#B8B5CE
(184,181,206)
#C9C7D9
(201,199,217)
#DAD9E4
(218,217,228)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413781 color. Also use rgb(65,55,129) instead hex code.

Text Font Color

.myTextColor { color: #413781; }

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

This text font color is #413781.


Background Color

.myBgColor { background-color: #413781; }

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

This div background color is #413781.


Border color

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

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

This div border color is #413781.


Opacity

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

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

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

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

This text has shadow with #413781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413781 on black background.


Color preview on white background

This text has color #413781 on white background.



Black color preview on #413781 background

This text has black color on #413781 background.


White color preview on #413781 background

This text has white color on #413781 background.