COLOR #431D5F

HEX: #431D5F
RGB: (67,29,95)

Color info

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

RGB color model

#431D5F color RGB value is (67,29,95).

  • red value is 67;
  • green value is 29;
  • blue value is 95.
RGB:
(67,29,95)
(26%,11%,37%)

RGB channels and saturation

R 67 of 255 = 26%
G 29 of 255 = 11%
B 95 of 255 = 37%

67
29
95

R + G + B ~ 25%. #431D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 29 + 95 = 191 (100%)
R 67 of 191 ~ 35.08%
G 29 of 191 ~ 15.18%
B 95 of 191 ~ 49.74%

%35.08
%15.18
%49.74

CMYK color model

#431D5F color CMYK value is (29,69,0,63).

  • cyan value is 29.47%
  • magenta value is 69.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(29,69,0,63)
C29M69Y0K63 
(29%,69%,0%,63%)
(0.29/0.69/0.00/0.63)	

CMYK percentages

%29.47
%69.47
%0
%62.75

Codes

Color #431D5F in popluar color models

431D5F
RGB672995
HSL275°53.23%24.31%
HSB/HSV275°69.47%37.25%
CMYK29.47%69.47%0.00%
62.75%

Color #431D5F in popluar number systems.

HEX431D5F
Decimal672995
Binary1000011111011011111
Octal10335137

Shades and tints

Shades of #431D5F

#431D5F
(67,29,95)
#3D1B57
(61,27,87)
#37194F
(55,25,79)
#311747
(49,23,71)
#2B153F
(43,21,63)
#251337
(37,19,55)
#1F112F
(31,17,47)
#190F27
(25,15,39)
#130D1F
(19,13,31)
#0D0B17
(13,11,23)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #431D5F

#431D5F
(67,29,95)
#54316D
(84,49,109)
#65457B
(101,69,123)
#765989
(118,89,137)
#876D97
(135,109,151)
#9881A5
(152,129,165)
#A995B3
(169,149,179)
#BAA9C1
(186,169,193)
#CBBDCF
(203,189,207)
#DCD1DD
(220,209,221)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431D5F color. Also use rgb(67,29,95) instead hex code.

Text Font Color

.myTextColor { color: #431D5F; }

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

This text font color is #431D5F.


Background Color

.myBgColor { background-color: #431D5F; }

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

This div background color is #431D5F.


Border color

.myBorderColor { border: 1px solid #431D5F; }

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

This div border color is #431D5F.


Opacity

.myOpacity80 { color: #431D5F; opacity: 0.8; }

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

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

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

This text has shadow with #431D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431D5F on black background.


Color preview on white background

This text has color #431D5F on white background.



Black color preview on #431D5F background

This text has black color on #431D5F background.


White color preview on #431D5F background

This text has white color on #431D5F background.