COLOR #431B75

HEX: #431B75
RGB: (67,27,117)

Color info

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

RGB color model

#431B75 color RGB value is (67,27,117).

  • red value is 67;
  • green value is 27;
  • blue value is 117.
RGB:
(67,27,117)
(26%,11%,46%)

RGB channels and saturation

R 67 of 255 = 26%
G 27 of 255 = 11%
B 117 of 255 = 46%

67
27
117

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

Portions of RGB colors in percentages

R + G + B =
67 + 27 + 117 = 211 (100%)
R 67 of 211 ~ 31.75%
G 27 of 211 ~ 12.8%
B 117 of 211 ~ 55.45%

%31.75
%12.8
%55.45

CMYK color model

#431B75 color CMYK value is (43,77,0,54).

  • cyan value is 42.74%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(43,77,0,54)
C43M77Y0K54 
(43%,77%,0%,54%)
(0.43/0.77/0.00/0.54)	

CMYK percentages

%42.74
%76.92
%0
%54.12

Codes

Color #431B75 in popluar color models

431B75
RGB6727117
HSL267°62.50%28.24%
HSB/HSV267°76.92%45.88%
CMYK42.74%76.92%0.00%
54.12%

Color #431B75 in popluar number systems.

HEX431B75
Decimal6727117
Binary1000011110111110101
Octal10333165

Shades and tints

Shades of #431B75

#431B75
(67,27,117)
#3D196B
(61,25,107)
#371761
(55,23,97)
#311557
(49,21,87)
#2B134D
(43,19,77)
#251143
(37,17,67)
#1F0F39
(31,15,57)
#190D2F
(25,13,47)
#130B25
(19,11,37)
#0D091B
(13,9,27)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #431B75

#431B75
(67,27,117)
#542F81
(84,47,129)
#65438D
(101,67,141)
#765799
(118,87,153)
#876BA5
(135,107,165)
#987FB1
(152,127,177)
#A993BD
(169,147,189)
#BAA7C9
(186,167,201)
#CBBBD5
(203,187,213)
#DCCFE1
(220,207,225)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431B75 color. Also use rgb(67,27,117) instead hex code.

Text Font Color

.myTextColor { color: #431B75; }

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

This text font color is #431B75.


Background Color

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

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

This div background color is #431B75.


Border color

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

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

This div border color is #431B75.


Opacity

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

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

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

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

This text has shadow with #431B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431B75 on black background.


Color preview on white background

This text has color #431B75 on white background.



Black color preview on #431B75 background

This text has black color on #431B75 background.


White color preview on #431B75 background

This text has white color on #431B75 background.