COLOR #421B41

HEX: #421B41
RGB: (66,27,65)

Color info

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

RGB color model

#421B41 color RGB value is (66,27,65).

  • red value is 66;
  • green value is 27;
  • blue value is 65.
RGB:
(66,27,65)
(26%,11%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 65 of 255 = 25%

66
27
65

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

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 65 = 158 (100%)
R 66 of 158 ~ 41.77%
G 27 of 158 ~ 17.09%
B 65 of 158 ~ 41.14%

%41.77
%17.09
%41.14

CMYK color model

#421B41 color CMYK value is (0,59,2,74).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 1.52%
  • key color value is 74.12%
CMYK:
(0,59,2,74)
C0M59Y2K74 
(0%,59%,2%,74%)
(0.00/0.59/0.02/0.74)	

CMYK percentages

%0
%59.09
%1.52
%74.12

Codes

Color #421B41 in popluar color models

421B41
RGB662765
HSL302°41.94%18.24%
HSB/HSV302°59.09%25.88%
CMYK0.00%59.09%1.52%
74.12%

Color #421B41 in popluar number systems.

HEX421B41
Decimal662765
Binary1000010110111000001
Octal10233101

Shades and tints

Shades of #421B41

#421B41
(66,27,65)
#3C193C
(60,25,60)
#361737
(54,23,55)
#301532
(48,21,50)
#2A132D
(42,19,45)
#241128
(36,17,40)
#1E0F23
(30,15,35)
#180D1E
(24,13,30)
#120B19
(18,11,25)
#0C0914
(12,9,20)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #421B41

#421B41
(66,27,65)
#532F52
(83,47,82)
#644363
(100,67,99)
#755774
(117,87,116)
#866B85
(134,107,133)
#977F96
(151,127,150)
#A893A7
(168,147,167)
#B9A7B8
(185,167,184)
#CABBC9
(202,187,201)
#DBCFDA
(219,207,218)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421B41 color. Also use rgb(66,27,65) instead hex code.

Text Font Color

.myTextColor { color: #421B41; }

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

This text font color is #421B41.


Background Color

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

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

This div background color is #421B41.


Border color

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

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

This div border color is #421B41.


Opacity

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

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

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

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

This text has shadow with #421B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B41 on black background.


Color preview on white background

This text has color #421B41 on white background.



Black color preview on #421B41 background

This text has black color on #421B41 background.


White color preview on #421B41 background

This text has white color on #421B41 background.