COLOR #412651

HEX: #412651 RGB: (65,38,81)

Color info

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

RGB color model

#412651 color RGB value is (65,38,81).

RGB: (65,38,81) (25%, 15%, 32%)

RGB channels and saturation

R 65 of 255 = 25%
G 38 of 255 = 15%
B 81 of 255 = 32%

65
38
81

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

Portions of RGB colors in percentages

R + G + B = 65 + 38 + 81 = 184 (100%)
R 65 of 184 ~ 35.33%
G 38 of 184 ~ 20.65%
B 81 of 184 ~ 44.02'%

%35.33
%20.65
%44.02

CMYK color model

#412651 color CMYK value is (20,53,0,68).

  • cyan value is 19.75%
  • magenta value is 53.09%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (20,53,0,68) C20M53Y0K68 (20%,53%,0%,68%) (0.20/0.53/0.00/0.68) 

CMYK percentages

%19.75
%53.09
%0
%68.24

Codes

Color #412651 in popluar color models

41 26 51
RGB 65 38 81
HSL 278° 36.13% 23.33%
HSB/HSV 278° 53.09% 31.76%
CMYK 19.75% 53.09% 0.00%
68.24%

Color #412651 in popluar number systems.

HEX 41 26 51
Decimal 65 38 81
Binary 1000001 100110 1010001
Octal 101 46 121

Shades and tints

Shades of #412651

#412651
(65,38,81)
#3C234A
(60,35,74)
#372043
(55,32,67)
#321D3C
(50,29,60)
#2D1A35
(45,26,53)
#28172E
(40,23,46)
#231427
(35,20,39)
#1E1120
(30,17,32)
#190E19
(25,14,25)
#140B12
(20,11,18)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #412651

#412651
(65,38,81)
#523960
(82,57,96)
#634C6F
(99,76,111)
#745F7E
(116,95,126)
#85728D
(133,114,141)
#96859C
(150,133,156)
#A798AB
(167,152,171)
#B8ABBA
(184,171,186)
#C9BEC9
(201,190,201)
#DAD1D8
(218,209,216)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412651; }

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

This text font color is #412651.

Background Color

.myBgColor { background-color: #412651; }

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

This div background color is #412651.

Border color

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

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

This div border color is #412651.

Opacity

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

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

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

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

This text has shadow with #412651 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412651.

Preview

Color preview on black background

This text has color #412651 on black background.


Color preview on white background

This text has color #412651 on white background.


Black color preview on #412651 background

This text has black color on #412651 background.


White color preview on #412651 background

This text has white color on #412651 background.


Related colors

Complementary color

Complementary color for #hex is #BED9AE.


I love getcolorcode.com

Triadic colors

1 #514126 and #265141 with #412651 are triadic colors.

2 #512641 and #264151 with #412651 are triadic colors.