COLOR #412552

HEX: #412552
RGB: (65,37,82)

Color info

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

RGB color model

#412552 color RGB value is (65,37,82).

  • red value is 65;
  • green value is 37;
  • blue value is 82.
RGB:
(65,37,82)
(25%,15%,32%)

RGB channels and saturation

R 65 of 255 = 25%
G 37 of 255 = 15%
B 82 of 255 = 32%

65
37
82

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

Portions of RGB colors in percentages

R + G + B =
65 + 37 + 82 = 184 (100%)
R 65 of 184 ~ 35.33%
G 37 of 184 ~ 20.11%
B 82 of 184 ~ 44.57%

%35.33
%20.11
%44.57

CMYK color model

#412552 color CMYK value is (21,55,0,68).

  • cyan value is 20.73%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(21,55,0,68)
C21M55Y0K68 
(21%,55%,0%,68%)
(0.21/0.55/0.00/0.68)	

CMYK percentages

%20.73
%54.88
%0
%67.84

Codes

Color #412552 in popluar color models

412552
RGB653782
HSL277°37.82%23.33%
HSB/HSV277°54.88%32.16%
CMYK20.73%54.88%0.00%
67.84%

Color #412552 in popluar number systems.

HEX412552
Decimal653782
Binary10000011001011010010
Octal10145122

Shades and tints

Shades of #412552

#412552
(65,37,82)
#3C224B
(60,34,75)
#371F44
(55,31,68)
#321C3D
(50,28,61)
#2D1936
(45,25,54)
#28162F
(40,22,47)
#231328
(35,19,40)
#1E1021
(30,16,33)
#190D1A
(25,13,26)
#140A13
(20,10,19)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #412552

#412552
(65,37,82)
#523861
(82,56,97)
#634B70
(99,75,112)
#745E7F
(116,94,127)
#85718E
(133,113,142)
#96849D
(150,132,157)
#A797AC
(167,151,172)
#B8AABB
(184,170,187)
#C9BDCA
(201,189,202)
#DAD0D9
(218,208,217)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412552 color. Also use rgb(65,37,82) instead hex code.

Text Font Color

.myTextColor { color: #412552; }

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

This text font color is #412552.


Background Color

.myBgColor { background-color: #412552; }

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

This div background color is #412552.


Border color

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

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

This div border color is #412552.


Opacity

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

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

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

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

This text has shadow with #412552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412552 on black background.


Color preview on white background

This text has color #412552 on white background.



Black color preview on #412552 background

This text has black color on #412552 background.


White color preview on #412552 background

This text has white color on #412552 background.