COLOR #412C98

HEX: #412C98
RGB: (65,44,152)

Color info

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

RGB color model

#412C98 color RGB value is (65,44,152).

  • red value is 65;
  • green value is 44;
  • blue value is 152.
RGB:
(65,44,152)
(25%,17%,60%)

RGB channels and saturation

R 65 of 255 = 25%
G 44 of 255 = 17%
B 152 of 255 = 60%

65
44
152

R + G + B ~ 34%. #412C98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 44 + 152 = 261 (100%)
R 65 of 261 ~ 24.9%
G 44 of 261 ~ 16.86%
B 152 of 261 ~ 58.24%

%24.9
%16.86
%58.24

CMYK color model

#412C98 color CMYK value is (57,71,0,40).

  • cyan value is 57.24%
  • magenta value is 71.05%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(57,71,0,40)
C57M71Y0K40 
(57%,71%,0%,40%)
(0.57/0.71/0.00/0.40)	

CMYK percentages

%57.24
%71.05
%0
%40.39

Codes

Color #412C98 in popluar color models

412C98
RGB6544152
HSL252°55.10%38.43%
HSB/HSV252°71.05%59.61%
CMYK57.24%71.05%0.00%
40.39%

Color #412C98 in popluar number systems.

HEX412C98
Decimal6544152
Binary100000110110010011000
Octal10154230

Shades and tints

Shades of #412C98

#412C98
(65,44,152)
#3C288B
(60,40,139)
#37247E
(55,36,126)
#322071
(50,32,113)
#2D1C64
(45,28,100)
#281857
(40,24,87)
#23144A
(35,20,74)
#1E103D
(30,16,61)
#190C30
(25,12,48)
#140823
(20,8,35)
#0F0416
(15,4,22)
#000000
(0,0,0)

Tints of #412C98

#412C98
(65,44,152)
#523FA1
(82,63,161)
#6352AA
(99,82,170)
#7465B3
(116,101,179)
#8578BC
(133,120,188)
#968BC5
(150,139,197)
#A79ECE
(167,158,206)
#B8B1D7
(184,177,215)
#C9C4E0
(201,196,224)
#DAD7E9
(218,215,233)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412C98 color. Also use rgb(65,44,152) instead hex code.

Text Font Color

.myTextColor { color: #412C98; }

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

This text font color is #412C98.


Background Color

.myBgColor { background-color: #412C98; }

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

This div background color is #412C98.


Border color

.myBorderColor { border: 1px solid #412C98; }

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

This div border color is #412C98.


Opacity

.myOpacity80 { color: #412C98; opacity: 0.8; }

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

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

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

This text has shadow with #412C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412C98 on black background.


Color preview on white background

This text has color #412C98 on white background.



Black color preview on #412C98 background

This text has black color on #412C98 background.


White color preview on #412C98 background

This text has white color on #412C98 background.