COLOR #41305C

HEX: #41305C
RGB: (65,48,92)

Color info

#41305C contains red, green and blue colors in about the same proportion. Web safe color of #41305C is #333366 (or #336).

RGB color model

#41305C color RGB value is (65,48,92).

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

RGB channels and saturation

R 65 of 255 = 25%
G 48 of 255 = 19%
B 92 of 255 = 36%

65
48
92

R + G + B ~ 27%. #41305C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 48 + 92 = 205 (100%)
R 65 of 205 ~ 31.71%
G 48 of 205 ~ 23.41%
B 92 of 205 ~ 44.88%

%31.71
%23.41
%44.88

CMYK color model

#41305C color CMYK value is (29,48,0,64).

  • cyan value is 29.35%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(29,48,0,64)
C29M48Y0K64 
(29%,48%,0%,64%)
(0.29/0.48/0.00/0.64)	

CMYK percentages

%29.35
%47.83
%0
%63.92

Codes

Color #41305C in popluar color models

41305C
RGB654892
HSL263°31.43%27.45%
HSB/HSV263°47.83%36.08%
CMYK29.35%47.83%0.00%
63.92%

Color #41305C in popluar number systems.

HEX41305C
Decimal654892
Binary10000011100001011100
Octal10160134

Shades and tints

Shades of #41305C

#41305C
(65,48,92)
#3C2C54
(60,44,84)
#37284C
(55,40,76)
#322444
(50,36,68)
#2D203C
(45,32,60)
#281C34
(40,28,52)
#23182C
(35,24,44)
#1E1424
(30,20,36)
#19101C
(25,16,28)
#140C14
(20,12,20)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #41305C

#41305C
(65,48,92)
#52426A
(82,66,106)
#635478
(99,84,120)
#746686
(116,102,134)
#857894
(133,120,148)
#968AA2
(150,138,162)
#A79CB0
(167,156,176)
#B8AEBE
(184,174,190)
#C9C0CC
(201,192,204)
#DAD2DA
(218,210,218)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41305C; }

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

This text font color is #41305C.


Background Color

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

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

This div background color is #41305C.


Border color

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

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

This div border color is #41305C.


Opacity

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

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

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

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

This text has shadow with #41305C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41305C on black background.


Color preview on white background

This text has color #41305C on white background.



Black color preview on #41305C background

This text has black color on #41305C background.


White color preview on #41305C background

This text has white color on #41305C background.