COLOR #41316F

HEX: #41316F
RGB: (65,49,111)

Color info

#41316F contains mainly red and blue colors. Web safe color of #41316F is #333366 (or #336).

RGB color model

#41316F color RGB value is (65,49,111).

  • red value is 65;
  • green value is 49;
  • blue value is 111.
RGB:
(65,49,111)
(25%,19%,44%)

RGB channels and saturation

R 65 of 255 = 25%
G 49 of 255 = 19%
B 111 of 255 = 44%

65
49
111

R + G + B ~ 29%. #41316F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 49 + 111 = 225 (100%)
R 65 of 225 ~ 28.89%
G 49 of 225 ~ 21.78%
B 111 of 225 ~ 49.33%

%28.89
%21.78
%49.33

CMYK color model

#41316F color CMYK value is (41,56,0,56).

  • cyan value is 41.44%
  • magenta value is 55.86%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(41,56,0,56)
C41M56Y0K56 
(41%,56%,0%,56%)
(0.41/0.56/0.00/0.56)	

CMYK percentages

%41.44
%55.86
%0
%56.47

Codes

Color #41316F in popluar color models

41316F
RGB6549111
HSL255°38.75%31.37%
HSB/HSV255°55.86%43.53%
CMYK41.44%55.86%0.00%
56.47%

Color #41316F in popluar number systems.

HEX41316F
Decimal6549111
Binary10000011100011101111
Octal10161157

Shades and tints

Shades of #41316F

#41316F
(65,49,111)
#3C2D65
(60,45,101)
#37295B
(55,41,91)
#322551
(50,37,81)
#2D2147
(45,33,71)
#281D3D
(40,29,61)
#231933
(35,25,51)
#1E1529
(30,21,41)
#19111F
(25,17,31)
#140D15
(20,13,21)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #41316F

#41316F
(65,49,111)
#52437C
(82,67,124)
#635589
(99,85,137)
#746796
(116,103,150)
#8579A3
(133,121,163)
#968BB0
(150,139,176)
#A79DBD
(167,157,189)
#B8AFCA
(184,175,202)
#C9C1D7
(201,193,215)
#DAD3E4
(218,211,228)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41316F color. Also use rgb(65,49,111) instead hex code.

Text Font Color

.myTextColor { color: #41316F; }

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

This text font color is #41316F.


Background Color

.myBgColor { background-color: #41316F; }

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

This div background color is #41316F.


Border color

.myBorderColor { border: 1px solid #41316F; }

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

This div border color is #41316F.


Opacity

.myOpacity80 { color: #41316F; opacity: 0.8; }

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

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

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

This text has shadow with #41316F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41316F on black background.


Color preview on white background

This text has color #41316F on white background.



Black color preview on #41316F background

This text has black color on #41316F background.


White color preview on #41316F background

This text has white color on #41316F background.