COLOR #412D75

HEX: #412D75
RGB: (65,45,117)

Color info

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

RGB color model

#412D75 color RGB value is (65,45,117).

  • red value is 65;
  • green value is 45;
  • blue value is 117.
RGB:
(65,45,117)
(25%,18%,46%)

RGB channels and saturation

R 65 of 255 = 25%
G 45 of 255 = 18%
B 117 of 255 = 46%

65
45
117

R + G + B ~ 30%. #412D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 45 + 117 = 227 (100%)
R 65 of 227 ~ 28.63%
G 45 of 227 ~ 19.82%
B 117 of 227 ~ 51.54%

%28.63
%19.82
%51.54

CMYK color model

#412D75 color CMYK value is (44,62,0,54).

  • cyan value is 44.44%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(44,62,0,54)
C44M62Y0K54 
(44%,62%,0%,54%)
(0.44/0.62/0.00/0.54)	

CMYK percentages

%44.44
%61.54
%0
%54.12

Codes

Color #412D75 in popluar color models

412D75
RGB6545117
HSL257°44.44%31.76%
HSB/HSV257°61.54%45.88%
CMYK44.44%61.54%0.00%
54.12%

Color #412D75 in popluar number systems.

HEX412D75
Decimal6545117
Binary10000011011011110101
Octal10155165

Shades and tints

Shades of #412D75

#412D75
(65,45,117)
#3C296B
(60,41,107)
#372561
(55,37,97)
#322157
(50,33,87)
#2D1D4D
(45,29,77)
#281943
(40,25,67)
#231539
(35,21,57)
#1E112F
(30,17,47)
#190D25
(25,13,37)
#14091B
(20,9,27)
#0F0511
(15,5,17)
#000000
(0,0,0)

Tints of #412D75

#412D75
(65,45,117)
#524081
(82,64,129)
#63538D
(99,83,141)
#746699
(116,102,153)
#8579A5
(133,121,165)
#968CB1
(150,140,177)
#A79FBD
(167,159,189)
#B8B2C9
(184,178,201)
#C9C5D5
(201,197,213)
#DAD8E1
(218,216,225)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412D75 color. Also use rgb(65,45,117) instead hex code.

Text Font Color

.myTextColor { color: #412D75; }

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

This text font color is #412D75.


Background Color

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

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

This div background color is #412D75.


Border color

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

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

This div border color is #412D75.


Opacity

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

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

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

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

This text has shadow with #412D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412D75 on black background.


Color preview on white background

This text has color #412D75 on white background.



Black color preview on #412D75 background

This text has black color on #412D75 background.


White color preview on #412D75 background

This text has white color on #412D75 background.