COLOR #41194E

HEX: #41194E
RGB: (65,25,78)

Color info

#41194E contains red, green and blue colors in about the same proportion. Web safe color of #41194E is #330066 (or #306).

RGB color model

#41194E color RGB value is (65,25,78).

  • red value is 65;
  • green value is 25;
  • blue value is 78.
RGB:
(65,25,78)
(25%,10%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 25 of 255 = 10%
B 78 of 255 = 31%

65
25
78

R + G + B ~ 22%. #41194E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 25 + 78 = 168 (100%)
R 65 of 168 ~ 38.69%
G 25 of 168 ~ 14.88%
B 78 of 168 ~ 46.43%

%38.69
%14.88
%46.43

CMYK color model

#41194E color CMYK value is (17,68,0,69).

  • cyan value is 16.67%
  • magenta value is 67.95%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(17,68,0,69)
C17M68Y0K69 
(17%,68%,0%,69%)
(0.17/0.68/0.00/0.69)	

CMYK percentages

%16.67
%67.95
%0
%69.41

Codes

Color #41194E in popluar color models

41194E
RGB652578
HSL285°51.46%20.20%
HSB/HSV285°67.95%30.59%
CMYK16.67%67.95%0.00%
69.41%

Color #41194E in popluar number systems.

HEX41194E
Decimal652578
Binary1000001110011001110
Octal10131116

Shades and tints

Shades of #41194E

#41194E
(65,25,78)
#3C1747
(60,23,71)
#371540
(55,21,64)
#321339
(50,19,57)
#2D1132
(45,17,50)
#280F2B
(40,15,43)
#230D24
(35,13,36)
#1E0B1D
(30,11,29)
#190916
(25,9,22)
#14070F
(20,7,15)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #41194E

#41194E
(65,25,78)
#522D5E
(82,45,94)
#63416E
(99,65,110)
#74557E
(116,85,126)
#85698E
(133,105,142)
#967D9E
(150,125,158)
#A791AE
(167,145,174)
#B8A5BE
(184,165,190)
#C9B9CE
(201,185,206)
#DACDDE
(218,205,222)
#EBE1EE
(235,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41194E color. Also use rgb(65,25,78) instead hex code.

Text Font Color

.myTextColor { color: #41194E; }

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

This text font color is #41194E.


Background Color

.myBgColor { background-color: #41194E; }

<div style="background-color:#41194E">Inner text</div>

This div background color is #41194E.


Border color

.myBorderColor { border: 1px solid #41194E; }

<div style="border:3px solid #41194E">Div</div>

This div border color is #41194E.


Opacity

.myOpacity80 { color: #41194E; opacity: 0.8; }

<p style="color:#41194E;opacity:0.8;">80%</p>

Text with #41194E 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 #41194E;}

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

This text has shadow with #41194E color.

.textShadow {text-shadow: 3px 3px 1px #41194E, 3px 3px 1px red;}

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

This text has shadow with #41194E primary color and red secondary color.


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

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

This text has shadow with #41194E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41194E on black background.


Color preview on white background

This text has color #41194E on white background.



Black color preview on #41194E background

This text has black color on #41194E background.


White color preview on #41194E background

This text has white color on #41194E background.