COLOR #413661

HEX: #413661
RGB: (65,54,97)

Color info

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

RGB color model

#413661 color RGB value is (65,54,97).

  • red value is 65;
  • green value is 54;
  • blue value is 97.
RGB:
(65,54,97)
(25%,21%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 54 of 255 = 21%
B 97 of 255 = 38%

65
54
97

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

Portions of RGB colors in percentages

R + G + B =
65 + 54 + 97 = 216 (100%)
R 65 of 216 ~ 30.09%
G 54 of 216 ~ 25%
B 97 of 216 ~ 44.91%

%30.09
%25
%44.91

CMYK color model

#413661 color CMYK value is (33,44,0,62).

  • cyan value is 32.99%
  • magenta value is 44.33%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(33,44,0,62)
C33M44Y0K62 
(33%,44%,0%,62%)
(0.33/0.44/0.00/0.62)	

CMYK percentages

%32.99
%44.33
%0
%61.96

Codes

Color #413661 in popluar color models

413661
RGB655497
HSL255°28.48%29.61%
HSB/HSV255°44.33%38.04%
CMYK32.99%44.33%0.00%
61.96%

Color #413661 in popluar number systems.

HEX413661
Decimal655497
Binary10000011101101100001
Octal10166141

Shades and tints

Shades of #413661

#413661
(65,54,97)
#3C3259
(60,50,89)
#372E51
(55,46,81)
#322A49
(50,42,73)
#2D2641
(45,38,65)
#282239
(40,34,57)
#231E31
(35,30,49)
#1E1A29
(30,26,41)
#191621
(25,22,33)
#141219
(20,18,25)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #413661

#413661
(65,54,97)
#52486F
(82,72,111)
#635A7D
(99,90,125)
#746C8B
(116,108,139)
#857E99
(133,126,153)
#9690A7
(150,144,167)
#A7A2B5
(167,162,181)
#B8B4C3
(184,180,195)
#C9C6D1
(201,198,209)
#DAD8DF
(218,216,223)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413661 color. Also use rgb(65,54,97) instead hex code.

Text Font Color

.myTextColor { color: #413661; }

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

This text font color is #413661.


Background Color

.myBgColor { background-color: #413661; }

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

This div background color is #413661.


Border color

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

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

This div border color is #413661.


Opacity

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

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

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

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

This text has shadow with #413661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413661 on black background.


Color preview on white background

This text has color #413661 on white background.



Black color preview on #413661 background

This text has black color on #413661 background.


White color preview on #413661 background

This text has white color on #413661 background.