COLOR #41014D

HEX: #41014D
RGB: (65,1,77)

Color info

#41014D contains mainly red and blue colors. Web safe color of #41014D is #330033 (or #303).

RGB color model

#41014D color RGB value is (65,1,77).

  • red value is 65;
  • green value is 1;
  • blue value is 77.
RGB:
(65,1,77)
(25%,0%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 1 of 255 = 0%
B 77 of 255 = 30%

65
1
77

R + G + B ~ 18%. #41014D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 1 + 77 = 143 (100%)
R 65 of 143 ~ 45.45%
G 1 of 143 ~ 0.7%
B 77 of 143 ~ 53.85%

%45.45
%53.85

CMYK color model

#41014D color CMYK value is (16,99,0,70).

  • cyan value is 15.58%
  • magenta value is 98.70%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(16,99,0,70)
C16M99Y0K70 
(16%,99%,0%,70%)
(0.16/0.99/0.00/0.70)	

CMYK percentages

%15.58
%98.7
%0
%69.8

Codes

Color #41014D in popluar color models

41014D
RGB65177
HSL291°97.44%15.29%
HSB/HSV291°98.70%30.20%
CMYK15.58%98.70%0.00%
69.80%

Color #41014D in popluar number systems.

HEX41014D
Decimal65177
Binary100000111001101
Octal1011115

Shades and tints

Shades of #41014D

#41014D
(65,1,77)
#3C0146
(60,1,70)
#37013F
(55,1,63)
#320138
(50,1,56)
#2D0131
(45,1,49)
#28012A
(40,1,42)
#230123
(35,1,35)
#1E011C
(30,1,28)
#190115
(25,1,21)
#14010E
(20,1,14)
#0F0107
(15,1,7)
#000000
(0,0,0)

Tints of #41014D

#41014D
(65,1,77)
#52185D
(82,24,93)
#632F6D
(99,47,109)
#74467D
(116,70,125)
#855D8D
(133,93,141)
#96749D
(150,116,157)
#A78BAD
(167,139,173)
#B8A2BD
(184,162,189)
#C9B9CD
(201,185,205)
#DAD0DD
(218,208,221)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41014D color. Also use rgb(65,1,77) instead hex code.

Text Font Color

.myTextColor { color: #41014D; }

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

This text font color is #41014D.


Background Color

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

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

This div background color is #41014D.


Border color

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

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

This div border color is #41014D.


Opacity

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

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

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

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

This text has shadow with #41014D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41014D on black background.


Color preview on white background

This text has color #41014D on white background.



Black color preview on #41014D background

This text has black color on #41014D background.


White color preview on #41014D background

This text has white color on #41014D background.