COLOR #421D6D

HEX: #421D6D RGB: (66,29,109)

Color info

#421D6D contains mainly red and blue colors. Web safe color of #421D6D is #333366 (or #336).

RGB color model

#421D6D color RGB value is (66,29,109).

RGB: (66,29,109) (26%, 11%, 43%)

RGB channels and saturation

R 66 of 255 = 26%
G 29 of 255 = 11%
B 109 of 255 = 43%

66
29
109

R + G + B ~ 27%. #421D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 29 + 109 = 204 (100%)
R 66 of 204 ~ 32.35%
G 29 of 204 ~ 14.22%
B 109 of 204 ~ 53.43'%

%32.35
%14.22
%53.43

CMYK color model

#421D6D color CMYK value is (39,73,0,57).

  • cyan value is 39.45%
  • magenta value is 73.39%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (39,73,0,57)
C39M73Y0K57 (39%, 73%, 0%, 57%)
(0.39 / 0.73 / 0.00 / 0.57)

CMYK percentages

%39.45
%73.39
%0
%57.25

Codes

Color #421D6D in popluar color models

42 1D 6D
RGB 66 29 109
HSL 268° 57.97% 27.06%
HSB/HSV 268° 73.39% 42.75%
CMYK 39.45% 73.39% 0.00%
57.25%

Color #421D6D in popluar number systems.

HEX 42 1D 6D
Decimal 66 29 109
Binary 1000010 11101 1101101
Octal 102 35 155

Shades and tints

Shades of #421D6D

#421D6D
(66,29,109)
#3C1B64
(60,27,100)
#36195B
(54,25,91)
#301752
(48,23,82)
#2A1549
(42,21,73)
#241340
(36,19,64)
#1E1137
(30,17,55)
#180F2E
(24,15,46)
#120D25
(18,13,37)
#0C0B1C
(12,11,28)
#060913
(6,9,19)
#000000
(0,0,0)

Tints of #421D6D

#421D6D
(66,29,109)
#53317A
(83,49,122)
#644587
(100,69,135)
#755994
(117,89,148)
#866DA1
(134,109,161)
#9781AE
(151,129,174)
#A895BB
(168,149,187)
#B9A9C8
(185,169,200)
#CABDD5
(202,189,213)
#DBD1E2
(219,209,226)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421D6D; }

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

This text font color is #421D6D.

Background Color

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

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

This div background color is #421D6D.

Border color

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

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

This div border color is #421D6D.

Opacity

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

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

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

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

This text has shadow with #421D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421D6D.

Preview

Color preview on black background

This text has color #421D6D on black background.


Color preview on white background

This text has color #421D6D on white background.


Black color preview on #421D6D background

This text has black color on #421D6D background.


White color preview on #421D6D background

This text has white color on #421D6D background.


Related colors

Complementary color

Complementary color for #hex is #BDE292.


I love getcolorcode.com

Triadic colors

1 #6D421D and #1D6D42 with #421D6D are triadic colors.

2 #6D1D42 and #1D426D with #421D6D are triadic colors.