COLOR #431F8C

HEX: #431F8C
RGB: (67,31,140)

Color info

#431F8C contains mainly blue color. Web safe color of #431F8C is #333399 (or #339).

RGB color model

#431F8C color RGB value is (67,31,140).

  • red value is 67;
  • green value is 31;
  • blue value is 140.
RGB:
(67,31,140)
(26%,12%,55%)

RGB channels and saturation

R 67 of 255 = 26%
G 31 of 255 = 12%
B 140 of 255 = 55%

67
31
140

R + G + B ~ 31%. #431F8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 31 + 140 = 238 (100%)
R 67 of 238 ~ 28.15%
G 31 of 238 ~ 13.03%
B 140 of 238 ~ 58.82%

%28.15
%13.03
%58.82

CMYK color model

#431F8C color CMYK value is (52,78,0,45).

  • cyan value is 52.14%
  • magenta value is 77.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(52,78,0,45)
C52M78Y0K45 
(52%,78%,0%,45%)
(0.52/0.78/0.00/0.45)	

CMYK percentages

%52.14
%77.86
%0
%45.1

Codes

Color #431F8C in popluar color models

431F8C
RGB6731140
HSL260°63.74%33.53%
HSB/HSV260°77.86%54.90%
CMYK52.14%77.86%0.00%
45.10%

Color #431F8C in popluar number systems.

HEX431F8C
Decimal6731140
Binary10000111111110001100
Octal10337214

Shades and tints

Shades of #431F8C

#431F8C
(67,31,140)
#3D1D80
(61,29,128)
#371B74
(55,27,116)
#311968
(49,25,104)
#2B175C
(43,23,92)
#251550
(37,21,80)
#1F1344
(31,19,68)
#191138
(25,17,56)
#130F2C
(19,15,44)
#0D0D20
(13,13,32)
#070B14
(7,11,20)
#000000
(0,0,0)

Tints of #431F8C

#431F8C
(67,31,140)
#543396
(84,51,150)
#6547A0
(101,71,160)
#765BAA
(118,91,170)
#876FB4
(135,111,180)
#9883BE
(152,131,190)
#A997C8
(169,151,200)
#BAABD2
(186,171,210)
#CBBFDC
(203,191,220)
#DCD3E6
(220,211,230)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431F8C color. Also use rgb(67,31,140) instead hex code.

Text Font Color

.myTextColor { color: #431F8C; }

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

This text font color is #431F8C.


Background Color

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

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

This div background color is #431F8C.


Border color

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

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

This div border color is #431F8C.


Opacity

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

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

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

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

This text has shadow with #431F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431F8C on black background.


Color preview on white background

This text has color #431F8C on white background.



Black color preview on #431F8C background

This text has black color on #431F8C background.


White color preview on #431F8C background

This text has white color on #431F8C background.