COLOR #421D4F

HEX: #421D4F
RGB: (66,29,79)

Color info

#421D4F contains red, green and blue colors in about the same proportion. Web safe color of #421D4F is #333366 (or #336).

RGB color model

#421D4F color RGB value is (66,29,79).

  • red value is 66;
  • green value is 29;
  • blue value is 79.
RGB:
(66,29,79)
(26%,11%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 29 of 255 = 11%
B 79 of 255 = 31%

66
29
79

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

Portions of RGB colors in percentages

R + G + B =
66 + 29 + 79 = 174 (100%)
R 66 of 174 ~ 37.93%
G 29 of 174 ~ 16.67%
B 79 of 174 ~ 45.4%

%37.93
%16.67
%45.4

CMYK color model

#421D4F color CMYK value is (16,63,0,69).

  • cyan value is 16.46%
  • magenta value is 63.29%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(16,63,0,69)
C16M63Y0K69 
(16%,63%,0%,69%)
(0.16/0.63/0.00/0.69)	

CMYK percentages

%16.46
%63.29
%0
%69.02

Codes

Color #421D4F in popluar color models

421D4F
RGB662979
HSL284°46.30%21.18%
HSB/HSV284°63.29%30.98%
CMYK16.46%63.29%0.00%
69.02%

Color #421D4F in popluar number systems.

HEX421D4F
Decimal662979
Binary1000010111011001111
Octal10235117

Shades and tints

Shades of #421D4F

#421D4F
(66,29,79)
#3C1B48
(60,27,72)
#361941
(54,25,65)
#30173A
(48,23,58)
#2A1533
(42,21,51)
#24132C
(36,19,44)
#1E1125
(30,17,37)
#180F1E
(24,15,30)
#120D17
(18,13,23)
#0C0B10
(12,11,16)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #421D4F

#421D4F
(66,29,79)
#53315F
(83,49,95)
#64456F
(100,69,111)
#75597F
(117,89,127)
#866D8F
(134,109,143)
#97819F
(151,129,159)
#A895AF
(168,149,175)
#B9A9BF
(185,169,191)
#CABDCF
(202,189,207)
#DBD1DF
(219,209,223)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421D4F color. Also use rgb(66,29,79) instead hex code.

Text Font Color

.myTextColor { color: #421D4F; }

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

This text font color is #421D4F.


Background Color

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

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

This div background color is #421D4F.


Border color

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

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

This div border color is #421D4F.


Opacity

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

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

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

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

This text has shadow with #421D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421D4F on black background.


Color preview on white background

This text has color #421D4F on white background.



Black color preview on #421D4F background

This text has black color on #421D4F background.


White color preview on #421D4F background

This text has white color on #421D4F background.