COLOR #413393

HEX: #413393
RGB: (65,51,147)

Color info

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

RGB color model

#413393 color RGB value is (65,51,147).

  • red value is 65;
  • green value is 51;
  • blue value is 147.
RGB:
(65,51,147)
(25%,20%,58%)

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 147 of 255 = 58%

65
51
147

R + G + B ~ 34%. #413393 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 147 = 263 (100%)
R 65 of 263 ~ 24.71%
G 51 of 263 ~ 19.39%
B 147 of 263 ~ 55.89%

%24.71
%19.39
%55.89

CMYK color model

#413393 color CMYK value is (56,65,0,42).

  • cyan value is 55.78%
  • magenta value is 65.31%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(56,65,0,42)
C56M65Y0K42 
(56%,65%,0%,42%)
(0.56/0.65/0.00/0.42)	

CMYK percentages

%55.78
%65.31
%0
%42.35

Codes

Color #413393 in popluar color models

413393
RGB6551147
HSL249°48.48%38.82%
HSB/HSV249°65.31%57.65%
CMYK55.78%65.31%0.00%
42.35%

Color #413393 in popluar number systems.

HEX413393
Decimal6551147
Binary100000111001110010011
Octal10163223

Shades and tints

Shades of #413393

#413393
(65,51,147)
#3C2F86
(60,47,134)
#372B79
(55,43,121)
#32276C
(50,39,108)
#2D235F
(45,35,95)
#281F52
(40,31,82)
#231B45
(35,27,69)
#1E1738
(30,23,56)
#19132B
(25,19,43)
#140F1E
(20,15,30)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #413393

#413393
(65,51,147)
#52459C
(82,69,156)
#6357A5
(99,87,165)
#7469AE
(116,105,174)
#857BB7
(133,123,183)
#968DC0
(150,141,192)
#A79FC9
(167,159,201)
#B8B1D2
(184,177,210)
#C9C3DB
(201,195,219)
#DAD5E4
(218,213,228)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413393 color. Also use rgb(65,51,147) instead hex code.

Text Font Color

.myTextColor { color: #413393; }

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

This text font color is #413393.


Background Color

.myBgColor { background-color: #413393; }

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

This div background color is #413393.


Border color

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

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

This div border color is #413393.


Opacity

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

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

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

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

This text has shadow with #413393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413393 on black background.


Color preview on white background

This text has color #413393 on white background.



Black color preview on #413393 background

This text has black color on #413393 background.


White color preview on #413393 background

This text has white color on #413393 background.