COLOR #412859

HEX: #412859
RGB: (65,40,89)

Color info

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

RGB color model

#412859 color RGB value is (65,40,89).

  • red value is 65;
  • green value is 40;
  • blue value is 89.
RGB:
(65,40,89)
(25%,16%,35%)

RGB channels and saturation

R 65 of 255 = 25%
G 40 of 255 = 16%
B 89 of 255 = 35%

65
40
89

R + G + B ~ 25%. #412859 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 40 + 89 = 194 (100%)
R 65 of 194 ~ 33.51%
G 40 of 194 ~ 20.62%
B 89 of 194 ~ 45.88%

%33.51
%20.62
%45.88

CMYK color model

#412859 color CMYK value is (27,55,0,65).

  • cyan value is 26.97%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(27,55,0,65)
C27M55Y0K65 
(27%,55%,0%,65%)
(0.27/0.55/0.00/0.65)	

CMYK percentages

%26.97
%55.06
%0
%65.1

Codes

Color #412859 in popluar color models

412859
RGB654089
HSL271°37.98%25.29%
HSB/HSV271°55.06%34.90%
CMYK26.97%55.06%0.00%
65.10%

Color #412859 in popluar number systems.

HEX412859
Decimal654089
Binary10000011010001011001
Octal10150131

Shades and tints

Shades of #412859

#412859
(65,40,89)
#3C2551
(60,37,81)
#372249
(55,34,73)
#321F41
(50,31,65)
#2D1C39
(45,28,57)
#281931
(40,25,49)
#231629
(35,22,41)
#1E1321
(30,19,33)
#191019
(25,16,25)
#140D11
(20,13,17)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #412859

#412859
(65,40,89)
#523B68
(82,59,104)
#634E77
(99,78,119)
#746186
(116,97,134)
#857495
(133,116,149)
#9687A4
(150,135,164)
#A79AB3
(167,154,179)
#B8ADC2
(184,173,194)
#C9C0D1
(201,192,209)
#DAD3E0
(218,211,224)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412859; }

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

This text font color is #412859.


Background Color

.myBgColor { background-color: #412859; }

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

This div background color is #412859.


Border color

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

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

This div border color is #412859.


Opacity

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

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

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

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

This text has shadow with #412859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412859 on black background.


Color preview on white background

This text has color #412859 on white background.



Black color preview on #412859 background

This text has black color on #412859 background.


White color preview on #412859 background

This text has white color on #412859 background.