COLOR #412347

HEX: #412347 RGB: (65,35,71)

Color info

#412347 contains red, green and blue colors in about the same proportion. Web safe color of #412347 is #333333 (or #333).

RGB color model

#412347 color RGB value is (65,35,71).

RGB: (65,35,71) (25%, 14%, 28%)

RGB channels and saturation

R 65 of 255 = 25%
G 35 of 255 = 14%
B 71 of 255 = 28%

65
35
71

R + G + B ~ 22%. #412347 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 35 + 71 = 171 (100%)
R 65 of 171 ~ 38.01%
G 35 of 171 ~ 20.47%
B 71 of 171 ~ 41.52'%

%38.01
%20.47
%41.52

CMYK color model

#412347 color CMYK value is (8,51,0,72).

  • cyan value is 8.45%
  • magenta value is 50.70%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK: (8,51,0,72) C8M51Y0K72 (8%,51%,0%,72%) (0.08/0.51/0.00/0.72) 

CMYK percentages

%8.45
%50.7
%0
%72.16

Codes

Color #412347 in popluar color models

41 23 47
RGB 65 35 71
HSL 290° 33.96% 20.78%
HSB/HSV 290° 50.70% 27.84%
CMYK 8.45% 50.70% 0.00%
72.16%

Color #412347 in popluar number systems.

HEX 41 23 47
Decimal 65 35 71
Binary 1000001 100011 1000111
Octal 101 43 107

Shades and tints

Shades of #412347

#412347
(65,35,71)
#3C2041
(60,32,65)
#371D3B
(55,29,59)
#321A35
(50,26,53)
#2D172F
(45,23,47)
#281429
(40,20,41)
#231123
(35,17,35)
#1E0E1D
(30,14,29)
#190B17
(25,11,23)
#140811
(20,8,17)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #412347

#412347
(65,35,71)
#523757
(82,55,87)
#634B67
(99,75,103)
#745F77
(116,95,119)
#857387
(133,115,135)
#968797
(150,135,151)
#A79BA7
(167,155,167)
#B8AFB7
(184,175,183)
#C9C3C7
(201,195,199)
#DAD7D7
(218,215,215)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412347 color. Also use rgb(65,35,71) instead hex code.

Text Font Color

.myTextColor { color: #412347; }

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

This text font color is #412347.

Background Color

.myBgColor { background-color: #412347; }

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

This div background color is #412347.

Border color

.myBorderColor { border: 1px solid #412347; }

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

This div border color is #412347.

Opacity

.myOpacity80 { color: #412347; opacity: 0.8; }

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

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

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

This text has shadow with #412347 color.


.textShadow {text-shadow: 3px 3px 1px #412347', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #412347; -webkit-box-shadow: 1px 1px 3px 2px #412347; box-shadow:1px 1px 3px 2px #412347;">
Div content here
</div>

This div box has shadow with color #412347.

Preview

Color preview on black background

This text has color #412347 on black background.


Color preview on white background

This text has color #412347 on white background.


Black color preview on #412347 background

This text has black color on #412347 background.


White color preview on #412347 background

This text has white color on #412347 background.


Related colors

Complementary color

Complementary color for #hex is #BEDCB8.


I love getcolorcode.com

Triadic colors

1 #474123 and #234741 with #412347 are triadic colors.

2 #472341 and #234147 with #412347 are triadic colors.