COLOR #41336A

HEX: #41336A
RGB: (65,51,106)

Color info

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

RGB color model

#41336A color RGB value is (65,51,106).

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

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 106 of 255 = 42%

65
51
106

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

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 106 = 222 (100%)
R 65 of 222 ~ 29.28%
G 51 of 222 ~ 22.97%
B 106 of 222 ~ 47.75%

%29.28
%22.97
%47.75

CMYK color model

#41336A color CMYK value is (39,52,0,58).

  • cyan value is 38.68%
  • magenta value is 51.89%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(39,52,0,58)
C39M52Y0K58 
(39%,52%,0%,58%)
(0.39/0.52/0.00/0.58)	

CMYK percentages

%38.68
%51.89
%0
%58.43

Codes

Color #41336A in popluar color models

41336A
RGB6551106
HSL255°35.03%30.78%
HSB/HSV255°51.89%41.57%
CMYK38.68%51.89%0.00%
58.43%

Color #41336A in popluar number systems.

HEX41336A
Decimal6551106
Binary10000011100111101010
Octal10163152

Shades and tints

Shades of #41336A

#41336A
(65,51,106)
#3C2F61
(60,47,97)
#372B58
(55,43,88)
#32274F
(50,39,79)
#2D2346
(45,35,70)
#281F3D
(40,31,61)
#231B34
(35,27,52)
#1E172B
(30,23,43)
#191322
(25,19,34)
#140F19
(20,15,25)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #41336A

#41336A
(65,51,106)
#524577
(82,69,119)
#635784
(99,87,132)
#746991
(116,105,145)
#857B9E
(133,123,158)
#968DAB
(150,141,171)
#A79FB8
(167,159,184)
#B8B1C5
(184,177,197)
#C9C3D2
(201,195,210)
#DAD5DF
(218,213,223)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41336A; }

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

This text font color is #41336A.


Background Color

.myBgColor { background-color: #41336A; }

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

This div background color is #41336A.


Border color

.myBorderColor { border: 1px solid #41336A; }

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

This div border color is #41336A.


Opacity

.myOpacity80 { color: #41336A; opacity: 0.8; }

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

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

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

This text has shadow with #41336A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41336A on black background.


Color preview on white background

This text has color #41336A on white background.



Black color preview on #41336A background

This text has black color on #41336A background.


White color preview on #41336A background

This text has white color on #41336A background.