COLOR #422060

HEX: #422060 RGB: (66,32,96)

Color info

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

RGB color model

#422060 color RGB value is (66,32,96).

RGB: (66,32,96) (26%, 13%, 38%)

RGB channels and saturation

R 66 of 255 = 26%
G 32 of 255 = 13%
B 96 of 255 = 38%

66
32
96

R + G + B ~ 26%. #422060 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 32 + 96 = 194 (100%)
R 66 of 194 ~ 34.02%
G 32 of 194 ~ 16.49%
B 96 of 194 ~ 49.48'%

%34.02
%16.49
%49.48

CMYK color model

#422060 color CMYK value is (31,67,0,62).

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

CMYK: (31,67,0,62)
C31M67Y0K62 (31%, 67%, 0%, 62%)
(0.31 / 0.67 / 0.00 / 0.62)

CMYK percentages

%31.25
%66.67
%0
%62.35

Codes

Color #422060 in popluar color models

42 20 60
RGB 66 32 96
HSL 272° 50.00% 25.10%
HSB/HSV 272° 66.67% 37.65%
CMYK 31.25% 66.67% 0.00%
62.35%

Color #422060 in popluar number systems.

HEX 42 20 60
Decimal 66 32 96
Binary 1000010 100000 1100000
Octal 102 40 140

Shades and tints

Shades of #422060

#422060
(66,32,96)
#3C1E58
(60,30,88)
#361C50
(54,28,80)
#301A48
(48,26,72)
#2A1840
(42,24,64)
#241638
(36,22,56)
#1E1430
(30,20,48)
#181228
(24,18,40)
#121020
(18,16,32)
#0C0E18
(12,14,24)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #422060

#422060
(66,32,96)
#53346E
(83,52,110)
#64487C
(100,72,124)
#755C8A
(117,92,138)
#867098
(134,112,152)
#9784A6
(151,132,166)
#A898B4
(168,152,180)
#B9ACC2
(185,172,194)
#CAC0D0
(202,192,208)
#DBD4DE
(219,212,222)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422060; }

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

This text font color is #422060.

Background Color

.myBgColor { background-color: #422060; }

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

This div background color is #422060.

Border color

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

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

This div border color is #422060.

Opacity

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

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

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

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

This text has shadow with #422060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422060.

Preview

Color preview on black background

This text has color #422060 on black background.


Color preview on white background

This text has color #422060 on white background.


Black color preview on #422060 background

This text has black color on #422060 background.


White color preview on #422060 background

This text has white color on #422060 background.


Related colors

Complementary color

Complementary color for #hex is #BDDF9F.


I love getcolorcode.com

Triadic colors

1 #604220 and #206042 with #422060 are triadic colors.

2 #602042 and #204260 with #422060 are triadic colors.