COLOR #421A48

HEX: #421A48
RGB: (66,26,72)

Color info

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

RGB color model

#421A48 color RGB value is (66,26,72).

  • red value is 66;
  • green value is 26;
  • blue value is 72.
RGB:
(66,26,72)
(26%,10%,28%)

RGB channels and saturation

R 66 of 255 = 26%
G 26 of 255 = 10%
B 72 of 255 = 28%

66
26
72

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

Portions of RGB colors in percentages

R + G + B =
66 + 26 + 72 = 164 (100%)
R 66 of 164 ~ 40.24%
G 26 of 164 ~ 15.85%
B 72 of 164 ~ 43.9%

%40.24
%15.85
%43.9

CMYK color model

#421A48 color CMYK value is (8,64,0,72).

  • cyan value is 8.33%
  • magenta value is 63.89%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(8,64,0,72)
C8M64Y0K72 
(8%,64%,0%,72%)
(0.08/0.64/0.00/0.72)	

CMYK percentages

%8.33
%63.89
%0
%71.76

Codes

Color #421A48 in popluar color models

421A48
RGB662672
HSL292°46.94%19.22%
HSB/HSV292°63.89%28.24%
CMYK8.33%63.89%0.00%
71.76%

Color #421A48 in popluar number systems.

HEX421A48
Decimal662672
Binary1000010110101001000
Octal10232110

Shades and tints

Shades of #421A48

#421A48
(66,26,72)
#3C1842
(60,24,66)
#36163C
(54,22,60)
#301436
(48,20,54)
#2A1230
(42,18,48)
#24102A
(36,16,42)
#1E0E24
(30,14,36)
#180C1E
(24,12,30)
#120A18
(18,10,24)
#0C0812
(12,8,18)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #421A48

#421A48
(66,26,72)
#532E58
(83,46,88)
#644268
(100,66,104)
#755678
(117,86,120)
#866A88
(134,106,136)
#977E98
(151,126,152)
#A892A8
(168,146,168)
#B9A6B8
(185,166,184)
#CABAC8
(202,186,200)
#DBCED8
(219,206,216)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421A48 color. Also use rgb(66,26,72) instead hex code.

Text Font Color

.myTextColor { color: #421A48; }

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

This text font color is #421A48.


Background Color

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

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

This div background color is #421A48.


Border color

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

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

This div border color is #421A48.


Opacity

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

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

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

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

This text has shadow with #421A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421A48 on black background.


Color preview on white background

This text has color #421A48 on white background.



Black color preview on #421A48 background

This text has black color on #421A48 background.


White color preview on #421A48 background

This text has white color on #421A48 background.