COLOR #41295D

HEX: #41295D
RGB: (65,41,93)

Color info

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

RGB color model

#41295D color RGB value is (65,41,93).

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

RGB channels and saturation

R 65 of 255 = 25%
G 41 of 255 = 16%
B 93 of 255 = 36%

65
41
93

R + G + B ~ 26%. #41295D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 41 + 93 = 199 (100%)
R 65 of 199 ~ 32.66%
G 41 of 199 ~ 20.6%
B 93 of 199 ~ 46.73%

%32.66
%20.6
%46.73

CMYK color model

#41295D color CMYK value is (30,56,0,64).

  • cyan value is 30.11%
  • magenta value is 55.91%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(30,56,0,64)
C30M56Y0K64 
(30%,56%,0%,64%)
(0.30/0.56/0.00/0.64)	

CMYK percentages

%30.11
%55.91
%0
%63.53

Codes

Color #41295D in popluar color models

41295D
RGB654193
HSL268°38.81%26.27%
HSB/HSV268°55.91%36.47%
CMYK30.11%55.91%0.00%
63.53%

Color #41295D in popluar number systems.

HEX41295D
Decimal654193
Binary10000011010011011101
Octal10151135

Shades and tints

Shades of #41295D

#41295D
(65,41,93)
#3C2655
(60,38,85)
#37234D
(55,35,77)
#322045
(50,32,69)
#2D1D3D
(45,29,61)
#281A35
(40,26,53)
#23172D
(35,23,45)
#1E1425
(30,20,37)
#19111D
(25,17,29)
#140E15
(20,14,21)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #41295D

#41295D
(65,41,93)
#523C6B
(82,60,107)
#634F79
(99,79,121)
#746287
(116,98,135)
#857595
(133,117,149)
#9688A3
(150,136,163)
#A79BB1
(167,155,177)
#B8AEBF
(184,174,191)
#C9C1CD
(201,193,205)
#DAD4DB
(218,212,219)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41295D; }

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

This text font color is #41295D.


Background Color

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

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

This div background color is #41295D.


Border color

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

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

This div border color is #41295D.


Opacity

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

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

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

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

This text has shadow with #41295D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41295D on black background.


Color preview on white background

This text has color #41295D on white background.



Black color preview on #41295D background

This text has black color on #41295D background.


White color preview on #41295D background

This text has white color on #41295D background.