COLOR #41405D

HEX: #41405D
RGB: (65,64,93)

Color info

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

RGB color model

#41405D color RGB value is (65,64,93).

  • red value is 65;
  • green value is 64;
  • blue value is 93.
RGB:
(65,64,93)
(25%,25%,36%)

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 93 of 255 = 36%

65
64
93

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

Portions of RGB colors in percentages

R + G + B =
65 + 64 + 93 = 222 (100%)
R 65 of 222 ~ 29.28%
G 64 of 222 ~ 28.83%
B 93 of 222 ~ 41.89%

%29.28
%28.83
%41.89

CMYK color model

#41405D color CMYK value is (30,31,0,64).

  • cyan value is 30.11%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(30,31,0,64)
C30M31Y0K64 
(30%,31%,0%,64%)
(0.30/0.31/0.00/0.64)	

CMYK percentages

%30.11
%31.18
%0
%63.53

Codes

Color #41405D in popluar color models

41405D
RGB656493
HSL242°18.47%30.78%
HSB/HSV242°31.18%36.47%
CMYK30.11%31.18%0.00%
63.53%

Color #41405D in popluar number systems.

HEX41405D
Decimal656493
Binary100000110000001011101
Octal101100135

Shades and tints

Shades of #41405D

#41405D
(65,64,93)
#3C3B55
(60,59,85)
#37364D
(55,54,77)
#323145
(50,49,69)
#2D2C3D
(45,44,61)
#282735
(40,39,53)
#23222D
(35,34,45)
#1E1D25
(30,29,37)
#19181D
(25,24,29)
#141315
(20,19,21)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #41405D

#41405D
(65,64,93)
#52516B
(82,81,107)
#636279
(99,98,121)
#747387
(116,115,135)
#858495
(133,132,149)
#9695A3
(150,149,163)
#A7A6B1
(167,166,177)
#B8B7BF
(184,183,191)
#C9C8CD
(201,200,205)
#DAD9DB
(218,217,219)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41405D color. Also use rgb(65,64,93) instead hex code.

Text Font Color

.myTextColor { color: #41405D; }

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

This text font color is #41405D.


Background Color

.myBgColor { background-color: #41405D; }

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

This div background color is #41405D.


Border color

.myBorderColor { border: 1px solid #41405D; }

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

This div border color is #41405D.


Opacity

.myOpacity80 { color: #41405D; opacity: 0.8; }

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

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

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

This text has shadow with #41405D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41405D on black background.


Color preview on white background

This text has color #41405D on white background.



Black color preview on #41405D background

This text has black color on #41405D background.


White color preview on #41405D background

This text has white color on #41405D background.