COLOR #41196D

HEX: #41196D
RGB: (65,25,109)

Color info

#41196D contains mainly red and blue colors. Web safe color of #41196D is #330066 (or #306).

RGB color model

#41196D color RGB value is (65,25,109).

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

RGB channels and saturation

R 65 of 255 = 25%
G 25 of 255 = 10%
B 109 of 255 = 43%

65
25
109

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

Portions of RGB colors in percentages

R + G + B =
65 + 25 + 109 = 199 (100%)
R 65 of 199 ~ 32.66%
G 25 of 199 ~ 12.56%
B 109 of 199 ~ 54.77%

%32.66
%12.56
%54.77

CMYK color model

#41196D color CMYK value is (40,77,0,57).

  • cyan value is 40.37%
  • magenta value is 77.06%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(40,77,0,57)
C40M77Y0K57 
(40%,77%,0%,57%)
(0.40/0.77/0.00/0.57)	

CMYK percentages

%40.37
%77.06
%0
%57.25

Codes

Color #41196D in popluar color models

41196D
RGB6525109
HSL269°62.69%26.27%
HSB/HSV269°77.06%42.75%
CMYK40.37%77.06%0.00%
57.25%

Color #41196D in popluar number systems.

HEX41196D
Decimal6525109
Binary1000001110011101101
Octal10131155

Shades and tints

Shades of #41196D

#41196D
(65,25,109)
#3C1764
(60,23,100)
#37155B
(55,21,91)
#321352
(50,19,82)
#2D1149
(45,17,73)
#280F40
(40,15,64)
#230D37
(35,13,55)
#1E0B2E
(30,11,46)
#190925
(25,9,37)
#14071C
(20,7,28)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #41196D

#41196D
(65,25,109)
#522D7A
(82,45,122)
#634187
(99,65,135)
#745594
(116,85,148)
#8569A1
(133,105,161)
#967DAE
(150,125,174)
#A791BB
(167,145,187)
#B8A5C8
(184,165,200)
#C9B9D5
(201,185,213)
#DACDE2
(218,205,226)
#EBE1EF
(235,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41196D color. Also use rgb(65,25,109) instead hex code.

Text Font Color

.myTextColor { color: #41196D; }

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

This text font color is #41196D.


Background Color

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

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

This div background color is #41196D.


Border color

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

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

This div border color is #41196D.


Opacity

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

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

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

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

This text has shadow with #41196D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41196D on black background.


Color preview on white background

This text has color #41196D on white background.



Black color preview on #41196D background

This text has black color on #41196D background.


White color preview on #41196D background

This text has white color on #41196D background.