COLOR #421060

HEX: #421060 RGB: (66,16,96)

Color info

#421060 contains mainly red and blue colors. Web safe color of #421060 is #330066 (or #306).

RGB color model

#421060 color RGB value is (66,16,96).

RGB: (66,16,96) (26%, 6%, 38%)

RGB channels and saturation

R 66 of 255 = 26%
G 16 of 255 = 6%
B 96 of 255 = 38%

66
16
96

R + G + B ~ 23%. #421060 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 16 + 96 = 178 (100%)
R 66 of 178 ~ 37.08%
G 16 of 178 ~ 8.99%
B 96 of 178 ~ 53.93'%

%37.08
%53.93

CMYK color model

#421060 color CMYK value is (31,83,0,62).

  • cyan value is 31.25%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (31,83,0,62)
C31M83Y0K62 (31%, 83%, 0%, 62%)
(0.31 / 0.83 / 0.00 / 0.62)

CMYK percentages

%31.25
%83.33
%0
%62.35

Codes

Color #421060 in popluar color models

42 10 60
RGB 66 16 96
HSL 278° 71.43% 21.96%
HSB/HSV 278° 83.33% 37.65%
CMYK 31.25% 83.33% 0.00%
62.35%

Color #421060 in popluar number systems.

HEX 42 10 60
Decimal 66 16 96
Binary 1000010 10000 1100000
Octal 102 20 140

Shades and tints

Shades of #421060

#421060
(66,16,96)
#3C0F58
(60,15,88)
#360E50
(54,14,80)
#300D48
(48,13,72)
#2A0C40
(42,12,64)
#240B38
(36,11,56)
#1E0A30
(30,10,48)
#180928
(24,9,40)
#120820
(18,8,32)
#0C0718
(12,7,24)
#060610
(6,6,16)
#000000
(0,0,0)

Tints of #421060

#421060
(66,16,96)
#53256E
(83,37,110)
#643A7C
(100,58,124)
#754F8A
(117,79,138)
#866498
(134,100,152)
#9779A6
(151,121,166)
#A88EB4
(168,142,180)
#B9A3C2
(185,163,194)
#CAB8D0
(202,184,208)
#DBCDDE
(219,205,222)
#ECE2EC
(236,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421060 color. Also use rgb(66,16,96) instead hex code.

Text Font Color

.myTextColor { color: #421060; }

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

This text font color is #421060.

Background Color

.myBgColor { background-color: #421060; }

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

This div background color is #421060.

Border color

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

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

This div border color is #421060.

Opacity

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

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

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

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

This text has shadow with #421060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421060.

Preview

Color preview on black background

This text has color #421060 on black background.


Color preview on white background

This text has color #421060 on white background.


Black color preview on #421060 background

This text has black color on #421060 background.


White color preview on #421060 background

This text has white color on #421060 background.


Related colors

Complementary color

Complementary color for #hex is #BDEF9F.


I love getcolorcode.com

Triadic colors

1 #604210 and #106042 with #421060 are triadic colors.

2 #601042 and #104260 with #421060 are triadic colors.