COLOR #41114A

HEX: #41114A
RGB: (65,17,74)

Color info

#41114A contains red, green and blue colors in about the same proportion. Web safe color of #41114A is #330033 (or #303).

RGB color model

#41114A color RGB value is (65,17,74).

  • red value is 65;
  • green value is 17;
  • blue value is 74.
RGB:
(65,17,74)
(25%,7%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 17 of 255 = 7%
B 74 of 255 = 29%

65
17
74

R + G + B ~ 20%. #41114A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 17 + 74 = 156 (100%)
R 65 of 156 ~ 41.67%
G 17 of 156 ~ 10.9%
B 74 of 156 ~ 47.44%

%41.67
%10.9
%47.44

CMYK color model

#41114A color CMYK value is (12,77,0,71).

  • cyan value is 12.16%
  • magenta value is 77.03%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(12,77,0,71)
C12M77Y0K71 
(12%,77%,0%,71%)
(0.12/0.77/0.00/0.71)	

CMYK percentages

%12.16
%77.03
%0
%70.98

Codes

Color #41114A in popluar color models

41114A
RGB651774
HSL291°62.64%17.84%
HSB/HSV291°77.03%29.02%
CMYK12.16%77.03%0.00%
70.98%

Color #41114A in popluar number systems.

HEX41114A
Decimal651774
Binary1000001100011001010
Octal10121112

Shades and tints

Shades of #41114A

#41114A
(65,17,74)
#3C1044
(60,16,68)
#370F3E
(55,15,62)
#320E38
(50,14,56)
#2D0D32
(45,13,50)
#280C2C
(40,12,44)
#230B26
(35,11,38)
#1E0A20
(30,10,32)
#19091A
(25,9,26)
#140814
(20,8,20)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #41114A

#41114A
(65,17,74)
#52265A
(82,38,90)
#633B6A
(99,59,106)
#74507A
(116,80,122)
#85658A
(133,101,138)
#967A9A
(150,122,154)
#A78FAA
(167,143,170)
#B8A4BA
(184,164,186)
#C9B9CA
(201,185,202)
#DACEDA
(218,206,218)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41114A color. Also use rgb(65,17,74) instead hex code.

Text Font Color

.myTextColor { color: #41114A; }

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

This text font color is #41114A.


Background Color

.myBgColor { background-color: #41114A; }

<div style="background-color:#41114A">Inner text</div>

This div background color is #41114A.


Border color

.myBorderColor { border: 1px solid #41114A; }

<div style="border:3px solid #41114A">Div</div>

This div border color is #41114A.


Opacity

.myOpacity80 { color: #41114A; opacity: 0.8; }

<p style="color:#41114A;opacity:0.8;">80%</p>

Text with #41114A 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 #41114A;}

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

This text has shadow with #41114A color.

.textShadow {text-shadow: 3px 3px 1px #41114A, 3px 3px 1px red;}

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

This text has shadow with #41114A primary color and red secondary color.


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

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

This text has shadow with #41114A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41114A on black background.


Color preview on white background

This text has color #41114A on white background.



Black color preview on #41114A background

This text has black color on #41114A background.


White color preview on #41114A background

This text has white color on #41114A background.