COLOR #412850

HEX: #412850 RGB: (65,40,80)

Color info

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

RGB color model

#412850 color RGB value is (65,40,80).

RGB: (65,40,80) (25%, 16%, 31%)

RGB channels and saturation

R 65 of 255 = 25%
G 40 of 255 = 16%
B 80 of 255 = 31%

65
40
80

R + G + B ~ 24%. #412850 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 40 + 80 = 185 (100%)
R 65 of 185 ~ 35.14%
G 40 of 185 ~ 21.62%
B 80 of 185 ~ 43.24'%

%35.14
%21.62
%43.24

CMYK color model

#412850 color CMYK value is (19,50,0,69).

  • cyan value is 18.75%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (19,50,0,69)
C19M50Y0K69 (19%, 50%, 0%, 69%)
(0.19 / 0.50 / 0.00 / 0.69)

CMYK percentages

%18.75
%50
%0
%68.63

Codes

Color #412850 in popluar color models

41 28 50
RGB 65 40 80
HSL 278° 33.33% 23.53%
HSB/HSV 278° 50.00% 31.37%
CMYK 18.75% 50.00% 0.00%
68.63%

Color #412850 in popluar number systems.

HEX 41 28 50
Decimal 65 40 80
Binary 1000001 101000 1010000
Octal 101 50 120

Shades and tints

Shades of #412850

#412850
(65,40,80)
#3C2549
(60,37,73)
#372242
(55,34,66)
#321F3B
(50,31,59)
#2D1C34
(45,28,52)
#28192D
(40,25,45)
#231626
(35,22,38)
#1E131F
(30,19,31)
#191018
(25,16,24)
#140D11
(20,13,17)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #412850

#412850
(65,40,80)
#523B5F
(82,59,95)
#634E6E
(99,78,110)
#74617D
(116,97,125)
#85748C
(133,116,140)
#96879B
(150,135,155)
#A79AAA
(167,154,170)
#B8ADB9
(184,173,185)
#C9C0C8
(201,192,200)
#DAD3D7
(218,211,215)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412850 color. Also use rgb(65,40,80) instead hex code.

Text Font Color

.myTextColor { color: #412850; }

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

This text font color is #412850.

Background Color

.myBgColor { background-color: #412850; }

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

This div background color is #412850.

Border color

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

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

This div border color is #412850.

Opacity

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

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

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

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

This text has shadow with #412850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412850.

Preview

Color preview on black background

This text has color #412850 on black background.


Color preview on white background

This text has color #412850 on white background.


Black color preview on #412850 background

This text has black color on #412850 background.


White color preview on #412850 background

This text has white color on #412850 background.


Related colors

Complementary color

Complementary color for #hex is #BED7AF.


I love getcolorcode.com

Triadic colors

1 #504128 and #285041 with #412850 are triadic colors.

2 #502841 and #284150 with #412850 are triadic colors.