COLOR #431C6A

HEX: #431C6A RGB: (67,28,106)

Color info

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

RGB color model

#431C6A color RGB value is (67,28,106).

RGB: (67,28,106) (26%, 11%, 42%)

RGB channels and saturation

R 67 of 255 = 26%
G 28 of 255 = 11%
B 106 of 255 = 42%

67
28
106

R + G + B ~ 26%. #431C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 28 + 106 = 201 (100%)
R 67 of 201 ~ 33.33%
G 28 of 201 ~ 13.93%
B 106 of 201 ~ 52.74'%

%33.33
%13.93
%52.74

CMYK color model

#431C6A color CMYK value is (37,74,0,58).

  • cyan value is 36.79%
  • magenta value is 73.58%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (37,74,0,58)
C37M74Y0K58 (37%, 74%, 0%, 58%)
(0.37 / 0.74 / 0.00 / 0.58)

CMYK percentages

%36.79
%73.58
%0
%58.43

Codes

Color #431C6A in popluar color models

43 1C 6A
RGB 67 28 106
HSL 270° 58.21% 26.27%
HSB/HSV 270° 73.58% 41.57%
CMYK 36.79% 73.58% 0.00%
58.43%

Color #431C6A in popluar number systems.

HEX 43 1C 6A
Decimal 67 28 106
Binary 1000011 11100 1101010
Octal 103 34 152

Shades and tints

Shades of #431C6A

#431C6A
(67,28,106)
#3D1A61
(61,26,97)
#371858
(55,24,88)
#31164F
(49,22,79)
#2B1446
(43,20,70)
#25123D
(37,18,61)
#1F1034
(31,16,52)
#190E2B
(25,14,43)
#130C22
(19,12,34)
#0D0A19
(13,10,25)
#070810
(7,8,16)
#000000
(0,0,0)

Tints of #431C6A

#431C6A
(67,28,106)
#543077
(84,48,119)
#654484
(101,68,132)
#765891
(118,88,145)
#876C9E
(135,108,158)
#9880AB
(152,128,171)
#A994B8
(169,148,184)
#BAA8C5
(186,168,197)
#CBBCD2
(203,188,210)
#DCD0DF
(220,208,223)
#EDE4EC
(237,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431C6A; }

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

This text font color is #431C6A.

Background Color

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

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

This div background color is #431C6A.

Border color

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

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

This div border color is #431C6A.

Opacity

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

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

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

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

This text has shadow with #431C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #431C6A.

Preview

Color preview on black background

This text has color #431C6A on black background.


Color preview on white background

This text has color #431C6A on white background.


Black color preview on #431C6A background

This text has black color on #431C6A background.


White color preview on #431C6A background

This text has white color on #431C6A background.


Related colors

Complementary color

Complementary color for #hex is #BCE395.


I love getcolorcode.com

Triadic colors

1 #6A431C and #1C6A43 with #431C6A are triadic colors.

2 #6A1C43 and #1C436A with #431C6A are triadic colors.