COLOR #431C75

HEX: #431C75 RGB: (67,28,117)

Color info

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

RGB color model

#431C75 color RGB value is (67,28,117).

RGB: (67,28,117) (26%, 11%, 46%)

RGB channels and saturation

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

67
28
117

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

Portions of RGB colors in percentages

R + G + B = 67 + 28 + 117 = 212 (100%)
R 67 of 212 ~ 31.6%
G 28 of 212 ~ 13.21%
B 117 of 212 ~ 55.19'%

%31.6
%13.21
%55.19

CMYK color model

#431C75 color CMYK value is (43,76,0,54).

  • cyan value is 42.74%
  • magenta value is 76.07%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (43,76,0,54)
C43M76Y0K54 (43%, 76%, 0%, 54%)
(0.43 / 0.76 / 0.00 / 0.54)

CMYK percentages

%42.74
%76.07
%0
%54.12

Codes

Color #431C75 in popluar color models

43 1C 75
RGB 67 28 117
HSL 266° 61.38% 28.43%
HSB/HSV 266° 76.07% 45.88%
CMYK 42.74% 76.07% 0.00%
54.12%

Color #431C75 in popluar number systems.

HEX 43 1C 75
Decimal 67 28 117
Binary 1000011 11100 1110101
Octal 103 34 165

Shades and tints

Shades of #431C75

#431C75
(67,28,117)
#3D1A6B
(61,26,107)
#371861
(55,24,97)
#311657
(49,22,87)
#2B144D
(43,20,77)
#251243
(37,18,67)
#1F1039
(31,16,57)
#190E2F
(25,14,47)
#130C25
(19,12,37)
#0D0A1B
(13,10,27)
#070811
(7,8,17)
#000000
(0,0,0)

Tints of #431C75

#431C75
(67,28,117)
#543081
(84,48,129)
#65448D
(101,68,141)
#765899
(118,88,153)
#876CA5
(135,108,165)
#9880B1
(152,128,177)
#A994BD
(169,148,189)
#BAA8C9
(186,168,201)
#CBBCD5
(203,188,213)
#DCD0E1
(220,208,225)
#EDE4ED
(237,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431C75; }

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

This text font color is #431C75.

Background Color

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

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

This div background color is #431C75.

Border color

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

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

This div border color is #431C75.

Opacity

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

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

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

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

This text has shadow with #431C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #431C75.

Preview

Color preview on black background

This text has color #431C75 on black background.


Color preview on white background

This text has color #431C75 on white background.


Black color preview on #431C75 background

This text has black color on #431C75 background.


White color preview on #431C75 background

This text has white color on #431C75 background.


Related colors

Complementary color

Complementary color for #hex is #BCE38A.


I love getcolorcode.com

Triadic colors

1 #75431C and #1C7543 with #431C75 are triadic colors.

2 #751C43 and #1C4375 with #431C75 are triadic colors.