COLOR #413362

HEX: #413362
RGB: (65,51,98)

Color info

#413362 contains red, green and blue colors in about the same proportion. Web safe color of #413362 is #333366 (or #336).

RGB color model

#413362 color RGB value is (65,51,98).

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

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 98 of 255 = 38%

65
51
98

R + G + B ~ 28%. #413362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 98 = 214 (100%)
R 65 of 214 ~ 30.37%
G 51 of 214 ~ 23.83%
B 98 of 214 ~ 45.79%

%30.37
%23.83
%45.79

CMYK color model

#413362 color CMYK value is (34,48,0,62).

  • cyan value is 33.67%
  • magenta value is 47.96%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(34,48,0,62)
C34M48Y0K62 
(34%,48%,0%,62%)
(0.34/0.48/0.00/0.62)	

CMYK percentages

%33.67
%47.96
%0
%61.57

Codes

Color #413362 in popluar color models

413362
RGB655198
HSL258°31.54%29.22%
HSB/HSV258°47.96%38.43%
CMYK33.67%47.96%0.00%
61.57%

Color #413362 in popluar number systems.

HEX413362
Decimal655198
Binary10000011100111100010
Octal10163142

Shades and tints

Shades of #413362

#413362
(65,51,98)
#3C2F5A
(60,47,90)
#372B52
(55,43,82)
#32274A
(50,39,74)
#2D2342
(45,35,66)
#281F3A
(40,31,58)
#231B32
(35,27,50)
#1E172A
(30,23,42)
#191322
(25,19,34)
#140F1A
(20,15,26)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #413362

#413362
(65,51,98)
#524570
(82,69,112)
#63577E
(99,87,126)
#74698C
(116,105,140)
#857B9A
(133,123,154)
#968DA8
(150,141,168)
#A79FB6
(167,159,182)
#B8B1C4
(184,177,196)
#C9C3D2
(201,195,210)
#DAD5E0
(218,213,224)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413362; }

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

This text font color is #413362.


Background Color

.myBgColor { background-color: #413362; }

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

This div background color is #413362.


Border color

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

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

This div border color is #413362.


Opacity

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

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

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

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

This text has shadow with #413362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413362 on black background.


Color preview on white background

This text has color #413362 on white background.



Black color preview on #413362 background

This text has black color on #413362 background.


White color preview on #413362 background

This text has white color on #413362 background.