COLOR #412884

HEX: #412884
RGB: (65,40,132)

Color info

#412884 contains mainly blue color. Web safe color of #412884 is #333399 (or #339).

RGB color model

#412884 color RGB value is (65,40,132).

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

RGB channels and saturation

R 65 of 255 = 25%
G 40 of 255 = 16%
B 132 of 255 = 52%

65
40
132

R + G + B ~ 31%. #412884 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 40 + 132 = 237 (100%)
R 65 of 237 ~ 27.43%
G 40 of 237 ~ 16.88%
B 132 of 237 ~ 55.7%

%27.43
%16.88
%55.7

CMYK color model

#412884 color CMYK value is (51,70,0,48).

  • cyan value is 50.76%
  • magenta value is 69.70%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(51,70,0,48)
C51M70Y0K48 
(51%,70%,0%,48%)
(0.51/0.70/0.00/0.48)	

CMYK percentages

%50.76
%69.7
%0
%48.24

Codes

Color #412884 in popluar color models

412884
RGB6540132
HSL256°53.49%33.73%
HSB/HSV256°69.70%51.76%
CMYK50.76%69.70%0.00%
48.24%

Color #412884 in popluar number systems.

HEX412884
Decimal6540132
Binary100000110100010000100
Octal10150204

Shades and tints

Shades of #412884

#412884
(65,40,132)
#3C2578
(60,37,120)
#37226C
(55,34,108)
#321F60
(50,31,96)
#2D1C54
(45,28,84)
#281948
(40,25,72)
#23163C
(35,22,60)
#1E1330
(30,19,48)
#191024
(25,16,36)
#140D18
(20,13,24)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #412884

#412884
(65,40,132)
#523B8F
(82,59,143)
#634E9A
(99,78,154)
#7461A5
(116,97,165)
#8574B0
(133,116,176)
#9687BB
(150,135,187)
#A79AC6
(167,154,198)
#B8ADD1
(184,173,209)
#C9C0DC
(201,192,220)
#DAD3E7
(218,211,231)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412884; }

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

This text font color is #412884.


Background Color

.myBgColor { background-color: #412884; }

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

This div background color is #412884.


Border color

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

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

This div border color is #412884.


Opacity

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

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

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

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

This text has shadow with #412884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412884 on black background.


Color preview on white background

This text has color #412884 on white background.



Black color preview on #412884 background

This text has black color on #412884 background.


White color preview on #412884 background

This text has white color on #412884 background.