COLOR #421E40

HEX: #421E40
RGB: (66,30,64)

Color info

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

RGB color model

#421E40 color RGB value is (66,30,64).

  • red value is 66;
  • green value is 30;
  • blue value is 64.
RGB:
(66,30,64)
(26%,12%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 30 of 255 = 12%
B 64 of 255 = 25%

66
30
64

R + G + B ~ 21%. #421E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 30 + 64 = 160 (100%)
R 66 of 160 ~ 41.25%
G 30 of 160 ~ 18.75%
B 64 of 160 ~ 40%

%41.25
%18.75
%40

CMYK color model

#421E40 color CMYK value is (0,55,3,74).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(0,55,3,74)
C0M55Y3K74 
(0%,55%,3%,74%)
(0.00/0.55/0.03/0.74)	

CMYK percentages

%0
%54.55
%3.03
%74.12

Codes

Color #421E40 in popluar color models

421E40
RGB663064
HSL303°37.50%18.82%
HSB/HSV303°54.55%25.88%
CMYK0.00%54.55%3.03%
74.12%

Color #421E40 in popluar number systems.

HEX421E40
Decimal663064
Binary1000010111101000000
Octal10236100

Shades and tints

Shades of #421E40

#421E40
(66,30,64)
#3C1C3B
(60,28,59)
#361A36
(54,26,54)
#301831
(48,24,49)
#2A162C
(42,22,44)
#241427
(36,20,39)
#1E1222
(30,18,34)
#18101D
(24,16,29)
#120E18
(18,14,24)
#0C0C13
(12,12,19)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #421E40

#421E40
(66,30,64)
#533251
(83,50,81)
#644662
(100,70,98)
#755A73
(117,90,115)
#866E84
(134,110,132)
#978295
(151,130,149)
#A896A6
(168,150,166)
#B9AAB7
(185,170,183)
#CABEC8
(202,190,200)
#DBD2D9
(219,210,217)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421E40 color. Also use rgb(66,30,64) instead hex code.

Text Font Color

.myTextColor { color: #421E40; }

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

This text font color is #421E40.


Background Color

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

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

This div background color is #421E40.


Border color

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

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

This div border color is #421E40.


Opacity

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

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

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

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

This text has shadow with #421E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421E40 on black background.


Color preview on white background

This text has color #421E40 on white background.



Black color preview on #421E40 background

This text has black color on #421E40 background.


White color preview on #421E40 background

This text has white color on #421E40 background.