COLOR #421F77

HEX: #421F77 RGB: (66,31,119)

Color info

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

RGB color model

#421F77 color RGB value is (66,31,119).

RGB: (66,31,119) (26%, 12%, 47%)

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 119 of 255 = 47%

66
31
119

R + G + B ~ 28%. #421F77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 31 + 119 = 216 (100%)
R 66 of 216 ~ 30.56%
G 31 of 216 ~ 14.35%
B 119 of 216 ~ 55.09'%

%30.56
%14.35
%55.09

CMYK color model

#421F77 color CMYK value is (45,74,0,53).

  • cyan value is 44.54%
  • magenta value is 73.95%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (45,74,0,53)
C45M74Y0K53 (45%, 74%, 0%, 53%)
(0.45 / 0.74 / 0.00 / 0.53)

CMYK percentages

%44.54
%73.95
%0
%53.33

Codes

Color #421F77 in popluar color models

42 1F 77
RGB 66 31 119
HSL 264° 58.67% 29.41%
HSB/HSV 264° 73.95% 46.67%
CMYK 44.54% 73.95% 0.00%
53.33%

Color #421F77 in popluar number systems.

HEX 42 1F 77
Decimal 66 31 119
Binary 1000010 11111 1110111
Octal 102 37 167

Shades and tints

Shades of #421F77

#421F77
(66,31,119)
#3C1D6D
(60,29,109)
#361B63
(54,27,99)
#301959
(48,25,89)
#2A174F
(42,23,79)
#241545
(36,21,69)
#1E133B
(30,19,59)
#181131
(24,17,49)
#120F27
(18,15,39)
#0C0D1D
(12,13,29)
#060B13
(6,11,19)
#000000
(0,0,0)

Tints of #421F77

#421F77
(66,31,119)
#533383
(83,51,131)
#64478F
(100,71,143)
#755B9B
(117,91,155)
#866FA7
(134,111,167)
#9783B3
(151,131,179)
#A897BF
(168,151,191)
#B9ABCB
(185,171,203)
#CABFD7
(202,191,215)
#DBD3E3
(219,211,227)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421F77 color. Also use rgb(66,31,119) instead hex code.

Text Font Color

.myTextColor { color: #421F77; }

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

This text font color is #421F77.

Background Color

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

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

This div background color is #421F77.

Border color

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

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

This div border color is #421F77.

Opacity

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

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

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

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

This text has shadow with #421F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421F77.

Preview

Color preview on black background

This text has color #421F77 on black background.


Color preview on white background

This text has color #421F77 on white background.


Black color preview on #421F77 background

This text has black color on #421F77 background.


White color preview on #421F77 background

This text has white color on #421F77 background.


Related colors

Complementary color

Complementary color for #hex is #BDE088.


I love getcolorcode.com

Triadic colors

1 #77421F and #1F7742 with #421F77 are triadic colors.

2 #771F42 and #1F4277 with #421F77 are triadic colors.