COLOR #412355

HEX: #412355
RGB: (65,35,85)

Color info

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

RGB color model

#412355 color RGB value is (65,35,85).

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

RGB channels and saturation

R 65 of 255 = 25%
G 35 of 255 = 14%
B 85 of 255 = 33%

65
35
85

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

Portions of RGB colors in percentages

R + G + B =
65 + 35 + 85 = 185 (100%)
R 65 of 185 ~ 35.14%
G 35 of 185 ~ 18.92%
B 85 of 185 ~ 45.95%

%35.14
%18.92
%45.95

CMYK color model

#412355 color CMYK value is (24,59,0,67).

  • cyan value is 23.53%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(24,59,0,67)
C24M59Y0K67 
(24%,59%,0%,67%)
(0.24/0.59/0.00/0.67)	

CMYK percentages

%23.53
%58.82
%0
%66.67

Codes

Color #412355 in popluar color models

412355
RGB653585
HSL276°41.67%23.53%
HSB/HSV276°58.82%33.33%
CMYK23.53%58.82%0.00%
66.67%

Color #412355 in popluar number systems.

HEX412355
Decimal653585
Binary10000011000111010101
Octal10143125

Shades and tints

Shades of #412355

#412355
(65,35,85)
#3C204E
(60,32,78)
#371D47
(55,29,71)
#321A40
(50,26,64)
#2D1739
(45,23,57)
#281432
(40,20,50)
#23112B
(35,17,43)
#1E0E24
(30,14,36)
#190B1D
(25,11,29)
#140816
(20,8,22)
#0F050F
(15,5,15)
#000000
(0,0,0)

Tints of #412355

#412355
(65,35,85)
#523764
(82,55,100)
#634B73
(99,75,115)
#745F82
(116,95,130)
#857391
(133,115,145)
#9687A0
(150,135,160)
#A79BAF
(167,155,175)
#B8AFBE
(184,175,190)
#C9C3CD
(201,195,205)
#DAD7DC
(218,215,220)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412355; }

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

This text font color is #412355.


Background Color

.myBgColor { background-color: #412355; }

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

This div background color is #412355.


Border color

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

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

This div border color is #412355.


Opacity

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

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

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

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

This text has shadow with #412355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412355 on black background.


Color preview on white background

This text has color #412355 on white background.



Black color preview on #412355 background

This text has black color on #412355 background.


White color preview on #412355 background

This text has white color on #412355 background.