COLOR #412656

HEX: #412656
RGB: (65,38,86)

Color info

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

RGB color model

#412656 color RGB value is (65,38,86).

  • red value is 65;
  • green value is 38;
  • blue value is 86.
RGB:
(65,38,86)
(25%,15%,34%)

RGB channels and saturation

R 65 of 255 = 25%
G 38 of 255 = 15%
B 86 of 255 = 34%

65
38
86

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

Portions of RGB colors in percentages

R + G + B =
65 + 38 + 86 = 189 (100%)
R 65 of 189 ~ 34.39%
G 38 of 189 ~ 20.11%
B 86 of 189 ~ 45.5%

%34.39
%20.11
%45.5

CMYK color model

#412656 color CMYK value is (24,56,0,66).

  • cyan value is 24.42%
  • magenta value is 55.81%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(24,56,0,66)
C24M56Y0K66 
(24%,56%,0%,66%)
(0.24/0.56/0.00/0.66)	

CMYK percentages

%24.42
%55.81
%0
%66.27

Codes

Color #412656 in popluar color models

412656
RGB653886
HSL274°38.71%24.31%
HSB/HSV274°55.81%33.73%
CMYK24.42%55.81%0.00%
66.27%

Color #412656 in popluar number systems.

HEX412656
Decimal653886
Binary10000011001101010110
Octal10146126

Shades and tints

Shades of #412656

#412656
(65,38,86)
#3C234F
(60,35,79)
#372048
(55,32,72)
#321D41
(50,29,65)
#2D1A3A
(45,26,58)
#281733
(40,23,51)
#23142C
(35,20,44)
#1E1125
(30,17,37)
#190E1E
(25,14,30)
#140B17
(20,11,23)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #412656

#412656
(65,38,86)
#523965
(82,57,101)
#634C74
(99,76,116)
#745F83
(116,95,131)
#857292
(133,114,146)
#9685A1
(150,133,161)
#A798B0
(167,152,176)
#B8ABBF
(184,171,191)
#C9BECE
(201,190,206)
#DAD1DD
(218,209,221)
#EBE4EC
(235,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412656 color. Also use rgb(65,38,86) instead hex code.

Text Font Color

.myTextColor { color: #412656; }

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

This text font color is #412656.


Background Color

.myBgColor { background-color: #412656; }

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

This div background color is #412656.


Border color

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

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

This div border color is #412656.


Opacity

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

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

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

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

This text has shadow with #412656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412656 on black background.


Color preview on white background

This text has color #412656 on white background.



Black color preview on #412656 background

This text has black color on #412656 background.


White color preview on #412656 background

This text has white color on #412656 background.