COLOR #431E74

HEX: #431E74
RGB: (67,30,116)

Color info

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

RGB color model

#431E74 color RGB value is (67,30,116).

  • red value is 67;
  • green value is 30;
  • blue value is 116.
RGB:
(67,30,116)
(26%,12%,45%)

RGB channels and saturation

R 67 of 255 = 26%
G 30 of 255 = 12%
B 116 of 255 = 45%

67
30
116

R + G + B ~ 28%. #431E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 30 + 116 = 213 (100%)
R 67 of 213 ~ 31.46%
G 30 of 213 ~ 14.08%
B 116 of 213 ~ 54.46%

%31.46
%14.08
%54.46

CMYK color model

#431E74 color CMYK value is (42,74,0,55).

  • cyan value is 42.24%
  • magenta value is 74.14%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(42,74,0,55)
C42M74Y0K55 
(42%,74%,0%,55%)
(0.42/0.74/0.00/0.55)	

CMYK percentages

%42.24
%74.14
%0
%54.51

Codes

Color #431E74 in popluar color models

431E74
RGB6730116
HSL266°58.90%28.63%
HSB/HSV266°74.14%45.49%
CMYK42.24%74.14%0.00%
54.51%

Color #431E74 in popluar number systems.

HEX431E74
Decimal6730116
Binary1000011111101110100
Octal10336164

Shades and tints

Shades of #431E74

#431E74
(67,30,116)
#3D1C6A
(61,28,106)
#371A60
(55,26,96)
#311856
(49,24,86)
#2B164C
(43,22,76)
#251442
(37,20,66)
#1F1238
(31,18,56)
#19102E
(25,16,46)
#130E24
(19,14,36)
#0D0C1A
(13,12,26)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #431E74

#431E74
(67,30,116)
#543280
(84,50,128)
#65468C
(101,70,140)
#765A98
(118,90,152)
#876EA4
(135,110,164)
#9882B0
(152,130,176)
#A996BC
(169,150,188)
#BAAAC8
(186,170,200)
#CBBED4
(203,190,212)
#DCD2E0
(220,210,224)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431E74 color. Also use rgb(67,30,116) instead hex code.

Text Font Color

.myTextColor { color: #431E74; }

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

This text font color is #431E74.


Background Color

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

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

This div background color is #431E74.


Border color

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

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

This div border color is #431E74.


Opacity

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

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

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

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

This text has shadow with #431E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431E74 on black background.


Color preview on white background

This text has color #431E74 on white background.



Black color preview on #431E74 background

This text has black color on #431E74 background.


White color preview on #431E74 background

This text has white color on #431E74 background.