COLOR #41417B

HEX: #41417B RGB: (65,65,123)

Color info

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

RGB color model

#41417B color RGB value is (65,65,123).

RGB: (65,65,123) (25%, 25%, 48%)

RGB channels and saturation

R 65 of 255 = 25%
G 65 of 255 = 25%
B 123 of 255 = 48%

65
65
123

R + G + B ~ 33%. #41417B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 65 + 123 = 253 (100%)
R 65 of 253 ~ 25.69%
G 65 of 253 ~ 25.69%
B 123 of 253 ~ 48.62'%

%25.69
%25.69
%48.62

CMYK color model

#41417B color CMYK value is (47,47,0,52).

  • cyan value is 47.15%
  • magenta value is 47.15%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (47,47,0,52)
C47M47Y0K52 (47%, 47%, 0%, 52%)
(0.47 / 0.47 / 0.00 / 0.52)

CMYK percentages

%47.15
%47.15
%0
%51.76

Codes

Color #41417B in popluar color models

41 41 7B
RGB 65 65 123
HSL 240° 30.85% 36.86%
HSB/HSV 240° 47.15% 48.24%
CMYK 47.15% 47.15% 0.00%
51.76%

Color #41417B in popluar number systems.

HEX 41 41 7B
Decimal 65 65 123
Binary 1000001 1000001 1111011
Octal 101 101 173

Shades and tints

Shades of #41417B

#41417B
(65,65,123)
#3C3C70
(60,60,112)
#373765
(55,55,101)
#32325A
(50,50,90)
#2D2D4F
(45,45,79)
#282844
(40,40,68)
#232339
(35,35,57)
#1E1E2E
(30,30,46)
#191923
(25,25,35)
#141418
(20,20,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #41417B

#41417B
(65,65,123)
#525287
(82,82,135)
#636393
(99,99,147)
#74749F
(116,116,159)
#8585AB
(133,133,171)
#9696B7
(150,150,183)
#A7A7C3
(167,167,195)
#B8B8CF
(184,184,207)
#C9C9DB
(201,201,219)
#DADAE7
(218,218,231)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41417B; }

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

This text font color is #41417B.

Background Color

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

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

This div background color is #41417B.

Border color

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

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

This div border color is #41417B.

Opacity

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

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

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

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

This text has shadow with #41417B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41417B.

Preview

Color preview on black background

This text has color #41417B on black background.


Color preview on white background

This text has color #41417B on white background.


Black color preview on #41417B background

This text has black color on #41417B background.


White color preview on #41417B background

This text has white color on #41417B background.


Related colors

Complementary color

Complementary color for #hex is #BEBE84.


I love getcolorcode.com