COLOR #422B61

HEX: #422B61
RGB: (66,43,97)

Color info

#422B61 contains red, green and blue colors in about the same proportion. Web safe color of #422B61 is #333366 (or #336).

RGB color model

#422B61 color RGB value is (66,43,97).

  • red value is 66;
  • green value is 43;
  • blue value is 97.
RGB:
(66,43,97)
(26%,17%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 97 of 255 = 38%

66
43
97

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

Portions of RGB colors in percentages

R + G + B =
66 + 43 + 97 = 206 (100%)
R 66 of 206 ~ 32.04%
G 43 of 206 ~ 20.87%
B 97 of 206 ~ 47.09%

%32.04
%20.87
%47.09

CMYK color model

#422B61 color CMYK value is (32,56,0,62).

  • cyan value is 31.96%
  • magenta value is 55.67%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(32,56,0,62)
C32M56Y0K62 
(32%,56%,0%,62%)
(0.32/0.56/0.00/0.62)	

CMYK percentages

%31.96
%55.67
%0
%61.96

Codes

Color #422B61 in popluar color models

422B61
RGB664397
HSL266°38.57%27.45%
HSB/HSV266°55.67%38.04%
CMYK31.96%55.67%0.00%
61.96%

Color #422B61 in popluar number systems.

HEX422B61
Decimal664397
Binary10000101010111100001
Octal10253141

Shades and tints

Shades of #422B61

#422B61
(66,43,97)
#3C2859
(60,40,89)
#362551
(54,37,81)
#302249
(48,34,73)
#2A1F41
(42,31,65)
#241C39
(36,28,57)
#1E1931
(30,25,49)
#181629
(24,22,41)
#121321
(18,19,33)
#0C1019
(12,16,25)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #422B61

#422B61
(66,43,97)
#533E6F
(83,62,111)
#64517D
(100,81,125)
#75648B
(117,100,139)
#867799
(134,119,153)
#978AA7
(151,138,167)
#A89DB5
(168,157,181)
#B9B0C3
(185,176,195)
#CAC3D1
(202,195,209)
#DBD6DF
(219,214,223)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422B61 color. Also use rgb(66,43,97) instead hex code.

Text Font Color

.myTextColor { color: #422B61; }

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

This text font color is #422B61.


Background Color

.myBgColor { background-color: #422B61; }

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

This div background color is #422B61.


Border color

.myBorderColor { border: 1px solid #422B61; }

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

This div border color is #422B61.


Opacity

.myOpacity80 { color: #422B61; opacity: 0.8; }

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

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

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

This text has shadow with #422B61 color.

.textShadow {text-shadow: 3px 3px 1px #422B61, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #422B61;
-webkit-box-shadow: 1px 1px 3px 2px #422B61;
box-shadow:1px 1px 3px 2px #422B61;">
Div content here</div>
This div box has shadow with color #422B61.

Preview

Color preview on black background

This text has color #422B61 on black background.


Color preview on white background

This text has color #422B61 on white background.



Black color preview on #422B61 background

This text has black color on #422B61 background.


White color preview on #422B61 background

This text has white color on #422B61 background.