COLOR #421F4D

HEX: #421F4D RGB: (66,31,77)

Color info

#421F4D contains red, green and blue colors in about the same proportion. Web safe color of #421F4D is #333333 (or #333).

RGB color model

#421F4D color RGB value is (66,31,77).

RGB: (66,31,77) (26%, 12%, 30%)

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 77 of 255 = 30%

66
31
77

R + G + B ~ 23%. #421F4D is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 31 + 77 = 174 (100%)
R 66 of 174 ~ 37.93%
G 31 of 174 ~ 17.82%
B 77 of 174 ~ 44.25'%

%37.93
%17.82
%44.25

CMYK color model

#421F4D color CMYK value is (14,60,0,70).

  • cyan value is 14.29%
  • magenta value is 59.74%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (14,60,0,70)
C14M60Y0K70 (14%, 60%, 0%, 70%)
(0.14 / 0.60 / 0.00 / 0.70)

CMYK percentages

%14.29
%59.74
%0
%69.8

Codes

Color #421F4D in popluar color models

42 1F 4D
RGB 66 31 77
HSL 286° 42.59% 21.18%
HSB/HSV 286° 59.74% 30.20%
CMYK 14.29% 59.74% 0.00%
69.80%

Color #421F4D in popluar number systems.

HEX 42 1F 4D
Decimal 66 31 77
Binary 1000010 11111 1001101
Octal 102 37 115

Shades and tints

Shades of #421F4D

#421F4D
(66,31,77)
#3C1D46
(60,29,70)
#361B3F
(54,27,63)
#301938
(48,25,56)
#2A1731
(42,23,49)
#24152A
(36,21,42)
#1E1323
(30,19,35)
#18111C
(24,17,28)
#120F15
(18,15,21)
#0C0D0E
(12,13,14)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #421F4D

#421F4D
(66,31,77)
#53335D
(83,51,93)
#64476D
(100,71,109)
#755B7D
(117,91,125)
#866F8D
(134,111,141)
#97839D
(151,131,157)
#A897AD
(168,151,173)
#B9ABBD
(185,171,189)
#CABFCD
(202,191,205)
#DBD3DD
(219,211,221)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421F4D color. Also use rgb(66,31,77) instead hex code.

Text Font Color

.myTextColor { color: #421F4D; }

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

This text font color is #421F4D.

Background Color

.myBgColor { background-color: #421F4D; }

<div style="background-color:#421F4D">Inner text</div>

This div background color is #421F4D.

Border color

.myBorderColor { border: 1px solid #421F4D; }

<div style="border:3px solid #421F4D">Div</div>

This div border color is #421F4D.

Opacity

.myOpacity80 { color: #421F4D; opacity: 0.8; }

<p style="color:#421F4D;opacity:0.8;">80%</p>

Text with #421F4D 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 #421F4D;}

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

This text has shadow with #421F4D color.


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

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

This text has shadow with #421F4D primary color and red secondary color.


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

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

This text has shadow with #421F4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #421F4D.

Preview

Color preview on black background

This text has color #421F4D on black background.


Color preview on white background

This text has color #421F4D on white background.


Black color preview on #421F4D background

This text has black color on #421F4D background.


White color preview on #421F4D background

This text has white color on #421F4D background.


Related colors

Complementary color

Complementary color for #hex is #BDE0B2.


I love getcolorcode.com

Triadic colors

1 #4D421F and #1F4D42 with #421F4D are triadic colors.

2 #4D1F42 and #1F424D with #421F4D are triadic colors.