COLOR #41265E

HEX: #41265E
RGB: (65,38,94)

Color info

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

RGB color model

#41265E color RGB value is (65,38,94).

  • red value is 65;
  • green value is 38;
  • blue value is 94.
RGB:
(65,38,94)
(25%,15%,37%)

RGB channels and saturation

R 65 of 255 = 25%
G 38 of 255 = 15%
B 94 of 255 = 37%

65
38
94

R + G + B ~ 26%. #41265E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 38 + 94 = 197 (100%)
R 65 of 197 ~ 32.99%
G 38 of 197 ~ 19.29%
B 94 of 197 ~ 47.72%

%32.99
%19.29
%47.72

CMYK color model

#41265E color CMYK value is (31,60,0,63).

  • cyan value is 30.85%
  • magenta value is 59.57%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(31,60,0,63)
C31M60Y0K63 
(31%,60%,0%,63%)
(0.31/0.60/0.00/0.63)	

CMYK percentages

%30.85
%59.57
%0
%63.14

Codes

Color #41265E in popluar color models

41265E
RGB653894
HSL269°42.42%25.88%
HSB/HSV269°59.57%36.86%
CMYK30.85%59.57%0.00%
63.14%

Color #41265E in popluar number systems.

HEX41265E
Decimal653894
Binary10000011001101011110
Octal10146136

Shades and tints

Shades of #41265E

#41265E
(65,38,94)
#3C2356
(60,35,86)
#37204E
(55,32,78)
#321D46
(50,29,70)
#2D1A3E
(45,26,62)
#281736
(40,23,54)
#23142E
(35,20,46)
#1E1126
(30,17,38)
#190E1E
(25,14,30)
#140B16
(20,11,22)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #41265E

#41265E
(65,38,94)
#52396C
(82,57,108)
#634C7A
(99,76,122)
#745F88
(116,95,136)
#857296
(133,114,150)
#9685A4
(150,133,164)
#A798B2
(167,152,178)
#B8ABC0
(184,171,192)
#C9BECE
(201,190,206)
#DAD1DC
(218,209,220)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41265E color. Also use rgb(65,38,94) instead hex code.

Text Font Color

.myTextColor { color: #41265E; }

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

This text font color is #41265E.


Background Color

.myBgColor { background-color: #41265E; }

<div style="background-color:#41265E">Inner text</div>

This div background color is #41265E.


Border color

.myBorderColor { border: 1px solid #41265E; }

<div style="border:3px solid #41265E">Div</div>

This div border color is #41265E.


Opacity

.myOpacity80 { color: #41265E; opacity: 0.8; }

<p style="color:#41265E;opacity:0.8;">80%</p>

Text with #41265E 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 #41265E;}

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

This text has shadow with #41265E color.

.textShadow {text-shadow: 3px 3px 1px #41265E, 3px 3px 1px red;}

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

This text has shadow with #41265E primary color and red secondary color.


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

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

This text has shadow with #41265E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41265E on black background.


Color preview on white background

This text has color #41265E on white background.



Black color preview on #41265E background

This text has black color on #41265E background.


White color preview on #41265E background

This text has white color on #41265E background.