COLOR #41256B

HEX: #41256B
RGB: (65,37,107)

Color info

#41256B contains mainly red and blue colors. Web safe color of #41256B is #333366 (or #336).

RGB color model

#41256B color RGB value is (65,37,107).

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

RGB channels and saturation

R 65 of 255 = 25%
G 37 of 255 = 15%
B 107 of 255 = 42%

65
37
107

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

Portions of RGB colors in percentages

R + G + B =
65 + 37 + 107 = 209 (100%)
R 65 of 209 ~ 31.1%
G 37 of 209 ~ 17.7%
B 107 of 209 ~ 51.2%

%31.1
%17.7
%51.2

CMYK color model

#41256B color CMYK value is (39,65,0,58).

  • cyan value is 39.25%
  • magenta value is 65.42%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(39,65,0,58)
C39M65Y0K58 
(39%,65%,0%,58%)
(0.39/0.65/0.00/0.58)	

CMYK percentages

%39.25
%65.42
%0
%58.04

Codes

Color #41256B in popluar color models

41256B
RGB6537107
HSL264°48.61%28.24%
HSB/HSV264°65.42%41.96%
CMYK39.25%65.42%0.00%
58.04%

Color #41256B in popluar number systems.

HEX41256B
Decimal6537107
Binary10000011001011101011
Octal10145153

Shades and tints

Shades of #41256B

#41256B
(65,37,107)
#3C2262
(60,34,98)
#371F59
(55,31,89)
#321C50
(50,28,80)
#2D1947
(45,25,71)
#28163E
(40,22,62)
#231335
(35,19,53)
#1E102C
(30,16,44)
#190D23
(25,13,35)
#140A1A
(20,10,26)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #41256B

#41256B
(65,37,107)
#523878
(82,56,120)
#634B85
(99,75,133)
#745E92
(116,94,146)
#85719F
(133,113,159)
#9684AC
(150,132,172)
#A797B9
(167,151,185)
#B8AAC6
(184,170,198)
#C9BDD3
(201,189,211)
#DAD0E0
(218,208,224)
#EBE3ED
(235,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41256B color. Also use rgb(65,37,107) instead hex code.

Text Font Color

.myTextColor { color: #41256B; }

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

This text font color is #41256B.


Background Color

.myBgColor { background-color: #41256B; }

<div style="background-color:#41256B">Inner text</div>

This div background color is #41256B.


Border color

.myBorderColor { border: 1px solid #41256B; }

<div style="border:3px solid #41256B">Div</div>

This div border color is #41256B.


Opacity

.myOpacity80 { color: #41256B; opacity: 0.8; }

<p style="color:#41256B;opacity:0.8;">80%</p>

Text with #41256B 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 #41256B;}

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

This text has shadow with #41256B color.

.textShadow {text-shadow: 3px 3px 1px #41256B, 3px 3px 1px red;}

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

This text has shadow with #41256B primary color and red secondary color.


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

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

This text has shadow with #41256B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41256B on black background.


Color preview on white background

This text has color #41256B on white background.



Black color preview on #41256B background

This text has black color on #41256B background.


White color preview on #41256B background

This text has white color on #41256B background.