COLOR #422666

HEX: #422666 RGB: (66,38,102)

Color info

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

RGB color model

#422666 color RGB value is (66,38,102).

RGB: (66,38,102) (26%, 15%, 40%)

RGB channels and saturation

R 66 of 255 = 26%
G 38 of 255 = 15%
B 102 of 255 = 40%

66
38
102

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

Portions of RGB colors in percentages

R + G + B = 66 + 38 + 102 = 206 (100%)
R 66 of 206 ~ 32.04%
G 38 of 206 ~ 18.45%
B 102 of 206 ~ 49.51'%

%32.04
%18.45
%49.51

CMYK color model

#422666 color CMYK value is (35,63,0,60).

  • cyan value is 35.29%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (35,63,0,60)
C35M63Y0K60 (35%, 63%, 0%, 60%)
(0.35 / 0.63 / 0.00 / 0.60)

CMYK percentages

%35.29
%62.75
%0
%60

Codes

Color #422666 in popluar color models

42 26 66
RGB 66 38 102
HSL 266° 45.71% 27.45%
HSB/HSV 266° 62.75% 40.00%
CMYK 35.29% 62.75% 0.00%
60.00%

Color #422666 in popluar number systems.

HEX 42 26 66
Decimal 66 38 102
Binary 1000010 100110 1100110
Octal 102 46 146

Shades and tints

Shades of #422666

#422666
(66,38,102)
#3C235D
(60,35,93)
#362054
(54,32,84)
#301D4B
(48,29,75)
#2A1A42
(42,26,66)
#241739
(36,23,57)
#1E1430
(30,20,48)
#181127
(24,17,39)
#120E1E
(18,14,30)
#0C0B15
(12,11,21)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #422666

#422666
(66,38,102)
#533973
(83,57,115)
#644C80
(100,76,128)
#755F8D
(117,95,141)
#86729A
(134,114,154)
#9785A7
(151,133,167)
#A898B4
(168,152,180)
#B9ABC1
(185,171,193)
#CABECE
(202,190,206)
#DBD1DB
(219,209,219)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422666 color. Also use rgb(66,38,102) instead hex code.

Text Font Color

.myTextColor { color: #422666; }

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

This text font color is #422666.

Background Color

.myBgColor { background-color: #422666; }

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

This div background color is #422666.

Border color

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

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

This div border color is #422666.

Opacity

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

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

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

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

This text has shadow with #422666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422666.

Preview

Color preview on black background

This text has color #422666 on black background.


Color preview on white background

This text has color #422666 on white background.


Black color preview on #422666 background

This text has black color on #422666 background.


White color preview on #422666 background

This text has white color on #422666 background.


Related colors

Complementary color

Complementary color for #hex is #BDD999.


I love getcolorcode.com

Triadic colors

1 #664226 and #266642 with #422666 are triadic colors.

2 #662642 and #264266 with #422666 are triadic colors.