COLOR #412C5F

HEX: #412C5F
RGB: (65,44,95)

Color info

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

RGB color model

#412C5F color RGB value is (65,44,95).

  • red value is 65;
  • green value is 44;
  • blue value is 95.
RGB:
(65,44,95)
(25%,17%,37%)

RGB channels and saturation

R 65 of 255 = 25%
G 44 of 255 = 17%
B 95 of 255 = 37%

65
44
95

R + G + B ~ 26%. #412C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 44 + 95 = 204 (100%)
R 65 of 204 ~ 31.86%
G 44 of 204 ~ 21.57%
B 95 of 204 ~ 46.57%

%31.86
%21.57
%46.57

CMYK color model

#412C5F color CMYK value is (32,54,0,63).

  • cyan value is 31.58%
  • magenta value is 53.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(32,54,0,63)
C32M54Y0K63 
(32%,54%,0%,63%)
(0.32/0.54/0.00/0.63)	

CMYK percentages

%31.58
%53.68
%0
%62.75

Codes

Color #412C5F in popluar color models

412C5F
RGB654495
HSL265°36.69%27.25%
HSB/HSV265°53.68%37.25%
CMYK31.58%53.68%0.00%
62.75%

Color #412C5F in popluar number systems.

HEX412C5F
Decimal654495
Binary10000011011001011111
Octal10154137

Shades and tints

Shades of #412C5F

#412C5F
(65,44,95)
#3C2857
(60,40,87)
#37244F
(55,36,79)
#322047
(50,32,71)
#2D1C3F
(45,28,63)
#281837
(40,24,55)
#23142F
(35,20,47)
#1E1027
(30,16,39)
#190C1F
(25,12,31)
#140817
(20,8,23)
#0F040F
(15,4,15)
#000000
(0,0,0)

Tints of #412C5F

#412C5F
(65,44,95)
#523F6D
(82,63,109)
#63527B
(99,82,123)
#746589
(116,101,137)
#857897
(133,120,151)
#968BA5
(150,139,165)
#A79EB3
(167,158,179)
#B8B1C1
(184,177,193)
#C9C4CF
(201,196,207)
#DAD7DD
(218,215,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412C5F color. Also use rgb(65,44,95) instead hex code.

Text Font Color

.myTextColor { color: #412C5F; }

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

This text font color is #412C5F.


Background Color

.myBgColor { background-color: #412C5F; }

<div style="background-color:#412C5F">Inner text</div>

This div background color is #412C5F.


Border color

.myBorderColor { border: 1px solid #412C5F; }

<div style="border:3px solid #412C5F">Div</div>

This div border color is #412C5F.


Opacity

.myOpacity80 { color: #412C5F; opacity: 0.8; }

<p style="color:#412C5F;opacity:0.8;">80%</p>

Text with #412C5F 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 #412C5F;}

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

This text has shadow with #412C5F color.

.textShadow {text-shadow: 3px 3px 1px #412C5F, 3px 3px 1px red;}

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

This text has shadow with #412C5F primary color and red secondary color.


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

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

This text has shadow with #412C5F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412C5F on black background.


Color preview on white background

This text has color #412C5F on white background.



Black color preview on #412C5F background

This text has black color on #412C5F background.


White color preview on #412C5F background

This text has white color on #412C5F background.