COLOR #41145C

HEX: #41145C
RGB: (65,20,92)

Color info

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

RGB color model

#41145C color RGB value is (65,20,92).

  • red value is 65;
  • green value is 20;
  • blue value is 92.
RGB:
(65,20,92)
(25%,8%,36%)

RGB channels and saturation

R 65 of 255 = 25%
G 20 of 255 = 8%
B 92 of 255 = 36%

65
20
92

R + G + B ~ 23%. #41145C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 20 + 92 = 177 (100%)
R 65 of 177 ~ 36.72%
G 20 of 177 ~ 11.3%
B 92 of 177 ~ 51.98%

%36.72
%11.3
%51.98

CMYK color model

#41145C color CMYK value is (29,78,0,64).

  • cyan value is 29.35%
  • magenta value is 78.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(29,78,0,64)
C29M78Y0K64 
(29%,78%,0%,64%)
(0.29/0.78/0.00/0.64)	

CMYK percentages

%29.35
%78.26
%0
%63.92

Codes

Color #41145C in popluar color models

41145C
RGB652092
HSL278°64.29%21.96%
HSB/HSV278°78.26%36.08%
CMYK29.35%78.26%0.00%
63.92%

Color #41145C in popluar number systems.

HEX41145C
Decimal652092
Binary1000001101001011100
Octal10124134

Shades and tints

Shades of #41145C

#41145C
(65,20,92)
#3C1354
(60,19,84)
#37124C
(55,18,76)
#321144
(50,17,68)
#2D103C
(45,16,60)
#280F34
(40,15,52)
#230E2C
(35,14,44)
#1E0D24
(30,13,36)
#190C1C
(25,12,28)
#140B14
(20,11,20)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #41145C

#41145C
(65,20,92)
#52296A
(82,41,106)
#633E78
(99,62,120)
#745386
(116,83,134)
#856894
(133,104,148)
#967DA2
(150,125,162)
#A792B0
(167,146,176)
#B8A7BE
(184,167,190)
#C9BCCC
(201,188,204)
#DAD1DA
(218,209,218)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41145C color. Also use rgb(65,20,92) instead hex code.

Text Font Color

.myTextColor { color: #41145C; }

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

This text font color is #41145C.


Background Color

.myBgColor { background-color: #41145C; }

<div style="background-color:#41145C">Inner text</div>

This div background color is #41145C.


Border color

.myBorderColor { border: 1px solid #41145C; }

<div style="border:3px solid #41145C">Div</div>

This div border color is #41145C.


Opacity

.myOpacity80 { color: #41145C; opacity: 0.8; }

<p style="color:#41145C;opacity:0.8;">80%</p>

Text with #41145C 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 #41145C;}

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

This text has shadow with #41145C color.

.textShadow {text-shadow: 3px 3px 1px #41145C, 3px 3px 1px red;}

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

This text has shadow with #41145C primary color and red secondary color.


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

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

This text has shadow with #41145C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41145C on black background.


Color preview on white background

This text has color #41145C on white background.



Black color preview on #41145C background

This text has black color on #41145C background.


White color preview on #41145C background

This text has white color on #41145C background.