COLOR #421141

HEX: #421141
RGB: (66,17,65)

Color info

#421141 contains red, green and blue colors in about the same proportion. Web safe color of #421141 is #330033 (or #303).

RGB color model

#421141 color RGB value is (66,17,65).

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

RGB channels and saturation

R 66 of 255 = 26%
G 17 of 255 = 7%
B 65 of 255 = 25%

66
17
65

R + G + B ~ 19%. #421141 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 17 + 65 = 148 (100%)
R 66 of 148 ~ 44.59%
G 17 of 148 ~ 11.49%
B 65 of 148 ~ 43.92%

%44.59
%11.49
%43.92

CMYK color model

#421141 color CMYK value is (0,74,2,74).

  • cyan value is 0.00%
  • magenta value is 74.24%
  • yellow value is 1.52%
  • key color value is 74.12%
CMYK:
(0,74,2,74)
C0M74Y2K74 
(0%,74%,2%,74%)
(0.00/0.74/0.02/0.74)	

CMYK percentages

%0
%74.24
%1.52
%74.12

Codes

Color #421141 in popluar color models

421141
RGB661765
HSL301°59.04%16.27%
HSB/HSV301°74.24%25.88%
CMYK0.00%74.24%1.52%
74.12%

Color #421141 in popluar number systems.

HEX421141
Decimal661765
Binary1000010100011000001
Octal10221101

Shades and tints

Shades of #421141

#421141
(66,17,65)
#3C103C
(60,16,60)
#360F37
(54,15,55)
#300E32
(48,14,50)
#2A0D2D
(42,13,45)
#240C28
(36,12,40)
#1E0B23
(30,11,35)
#180A1E
(24,10,30)
#120919
(18,9,25)
#0C0814
(12,8,20)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #421141

#421141
(66,17,65)
#532652
(83,38,82)
#643B63
(100,59,99)
#755074
(117,80,116)
#866585
(134,101,133)
#977A96
(151,122,150)
#A88FA7
(168,143,167)
#B9A4B8
(185,164,184)
#CAB9C9
(202,185,201)
#DBCEDA
(219,206,218)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421141; }

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

This text font color is #421141.


Background Color

.myBgColor { background-color: #421141; }

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

This div background color is #421141.


Border color

.myBorderColor { border: 1px solid #421141; }

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

This div border color is #421141.


Opacity

.myOpacity80 { color: #421141; opacity: 0.8; }

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

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

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

This text has shadow with #421141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421141 on black background.


Color preview on white background

This text has color #421141 on white background.



Black color preview on #421141 background

This text has black color on #421141 background.


White color preview on #421141 background

This text has white color on #421141 background.