COLOR #412F71

HEX: #412F71
RGB: (65,47,113)

Color info

#412F71 contains mainly red and blue colors. Web safe color of #412F71 is #333366 (or #336).

RGB color model

#412F71 color RGB value is (65,47,113).

  • red value is 65;
  • green value is 47;
  • blue value is 113.
RGB:
(65,47,113)
(25%,18%,44%)

RGB channels and saturation

R 65 of 255 = 25%
G 47 of 255 = 18%
B 113 of 255 = 44%

65
47
113

R + G + B ~ 29%. #412F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 47 + 113 = 225 (100%)
R 65 of 225 ~ 28.89%
G 47 of 225 ~ 20.89%
B 113 of 225 ~ 50.22%

%28.89
%20.89
%50.22

CMYK color model

#412F71 color CMYK value is (42,58,0,56).

  • cyan value is 42.48%
  • magenta value is 58.41%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,58,0,56)
C42M58Y0K56 
(42%,58%,0%,56%)
(0.42/0.58/0.00/0.56)	

CMYK percentages

%42.48
%58.41
%0
%55.69

Codes

Color #412F71 in popluar color models

412F71
RGB6547113
HSL256°41.25%31.37%
HSB/HSV256°58.41%44.31%
CMYK42.48%58.41%0.00%
55.69%

Color #412F71 in popluar number systems.

HEX412F71
Decimal6547113
Binary10000011011111110001
Octal10157161

Shades and tints

Shades of #412F71

#412F71
(65,47,113)
#3C2B67
(60,43,103)
#37275D
(55,39,93)
#322353
(50,35,83)
#2D1F49
(45,31,73)
#281B3F
(40,27,63)
#231735
(35,23,53)
#1E132B
(30,19,43)
#190F21
(25,15,33)
#140B17
(20,11,23)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #412F71

#412F71
(65,47,113)
#52417D
(82,65,125)
#635389
(99,83,137)
#746595
(116,101,149)
#8577A1
(133,119,161)
#9689AD
(150,137,173)
#A79BB9
(167,155,185)
#B8ADC5
(184,173,197)
#C9BFD1
(201,191,209)
#DAD1DD
(218,209,221)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412F71 color. Also use rgb(65,47,113) instead hex code.

Text Font Color

.myTextColor { color: #412F71; }

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

This text font color is #412F71.


Background Color

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

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

This div background color is #412F71.


Border color

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

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

This div border color is #412F71.


Opacity

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

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

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

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

This text has shadow with #412F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412F71 on black background.


Color preview on white background

This text has color #412F71 on white background.



Black color preview on #412F71 background

This text has black color on #412F71 background.


White color preview on #412F71 background

This text has white color on #412F71 background.