COLOR #41326B

HEX: #41326B
RGB: (65,50,107)

Color info

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

RGB color model

#41326B color RGB value is (65,50,107).

  • red value is 65;
  • green value is 50;
  • blue value is 107.
RGB:
(65,50,107)
(25%,20%,42%)

RGB channels and saturation

R 65 of 255 = 25%
G 50 of 255 = 20%
B 107 of 255 = 42%

65
50
107

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

Portions of RGB colors in percentages

R + G + B =
65 + 50 + 107 = 222 (100%)
R 65 of 222 ~ 29.28%
G 50 of 222 ~ 22.52%
B 107 of 222 ~ 48.2%

%29.28
%22.52
%48.2

CMYK color model

#41326B color CMYK value is (39,53,0,58).

  • cyan value is 39.25%
  • magenta value is 53.27%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(39,53,0,58)
C39M53Y0K58 
(39%,53%,0%,58%)
(0.39/0.53/0.00/0.58)	

CMYK percentages

%39.25
%53.27
%0
%58.04

Codes

Color #41326B in popluar color models

41326B
RGB6550107
HSL256°36.31%30.78%
HSB/HSV256°53.27%41.96%
CMYK39.25%53.27%0.00%
58.04%

Color #41326B in popluar number systems.

HEX41326B
Decimal6550107
Binary10000011100101101011
Octal10162153

Shades and tints

Shades of #41326B

#41326B
(65,50,107)
#3C2E62
(60,46,98)
#372A59
(55,42,89)
#322650
(50,38,80)
#2D2247
(45,34,71)
#281E3E
(40,30,62)
#231A35
(35,26,53)
#1E162C
(30,22,44)
#191223
(25,18,35)
#140E1A
(20,14,26)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #41326B

#41326B
(65,50,107)
#524478
(82,68,120)
#635685
(99,86,133)
#746892
(116,104,146)
#857A9F
(133,122,159)
#968CAC
(150,140,172)
#A79EB9
(167,158,185)
#B8B0C6
(184,176,198)
#C9C2D3
(201,194,211)
#DAD4E0
(218,212,224)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41326B color. Also use rgb(65,50,107) instead hex code.

Text Font Color

.myTextColor { color: #41326B; }

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

This text font color is #41326B.


Background Color

.myBgColor { background-color: #41326B; }

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

This div background color is #41326B.


Border color

.myBorderColor { border: 1px solid #41326B; }

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

This div border color is #41326B.


Opacity

.myOpacity80 { color: #41326B; opacity: 0.8; }

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

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

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

This text has shadow with #41326B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41326B on black background.


Color preview on white background

This text has color #41326B on white background.



Black color preview on #41326B background

This text has black color on #41326B background.


White color preview on #41326B background

This text has white color on #41326B background.