COLOR #412350

HEX: #412350
RGB: (65,35,80)

Color info

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

RGB color model

#412350 color RGB value is (65,35,80).

  • red value is 65;
  • green value is 35;
  • blue value is 80.
RGB:
(65,35,80)
(25%,14%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 35 of 255 = 14%
B 80 of 255 = 31%

65
35
80

R + G + B ~ 23%. #412350 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 35 + 80 = 180 (100%)
R 65 of 180 ~ 36.11%
G 35 of 180 ~ 19.44%
B 80 of 180 ~ 44.44%

%36.11
%19.44
%44.44

CMYK color model

#412350 color CMYK value is (19,56,0,69).

  • cyan value is 18.75%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(19,56,0,69)
C19M56Y0K69 
(19%,56%,0%,69%)
(0.19/0.56/0.00/0.69)	

CMYK percentages

%18.75
%56.25
%0
%68.63

Codes

Color #412350 in popluar color models

412350
RGB653580
HSL280°39.13%22.55%
HSB/HSV280°56.25%31.37%
CMYK18.75%56.25%0.00%
68.63%

Color #412350 in popluar number systems.

HEX412350
Decimal653580
Binary10000011000111010000
Octal10143120

Shades and tints

Shades of #412350

#412350
(65,35,80)
#3C2049
(60,32,73)
#371D42
(55,29,66)
#321A3B
(50,26,59)
#2D1734
(45,23,52)
#28142D
(40,20,45)
#231126
(35,17,38)
#1E0E1F
(30,14,31)
#190B18
(25,11,24)
#140811
(20,8,17)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #412350

#412350
(65,35,80)
#52375F
(82,55,95)
#634B6E
(99,75,110)
#745F7D
(116,95,125)
#85738C
(133,115,140)
#96879B
(150,135,155)
#A79BAA
(167,155,170)
#B8AFB9
(184,175,185)
#C9C3C8
(201,195,200)
#DAD7D7
(218,215,215)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412350; }

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

This text font color is #412350.


Background Color

.myBgColor { background-color: #412350; }

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

This div background color is #412350.


Border color

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

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

This div border color is #412350.


Opacity

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

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

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

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

This text has shadow with #412350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412350 on black background.


Color preview on white background

This text has color #412350 on white background.



Black color preview on #412350 background

This text has black color on #412350 background.


White color preview on #412350 background

This text has white color on #412350 background.