COLOR #422358

HEX: #422358
RGB: (66,35,88)

Color info

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

RGB color model

#422358 color RGB value is (66,35,88).

  • red value is 66;
  • green value is 35;
  • blue value is 88.
RGB:
(66,35,88)
(26%,14%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 35 of 255 = 14%
B 88 of 255 = 35%

66
35
88

R + G + B ~ 25%. #422358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 35 + 88 = 189 (100%)
R 66 of 189 ~ 34.92%
G 35 of 189 ~ 18.52%
B 88 of 189 ~ 46.56%

%34.92
%18.52
%46.56

CMYK color model

#422358 color CMYK value is (25,60,0,65).

  • cyan value is 25.00%
  • magenta value is 60.23%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(25,60,0,65)
C25M60Y0K65 
(25%,60%,0%,65%)
(0.25/0.60/0.00/0.65)	

CMYK percentages

%25
%60.23
%0
%65.49

Codes

Color #422358 in popluar color models

422358
RGB663588
HSL275°43.09%24.12%
HSB/HSV275°60.23%34.51%
CMYK25.00%60.23%0.00%
65.49%

Color #422358 in popluar number systems.

HEX422358
Decimal663588
Binary10000101000111011000
Octal10243130

Shades and tints

Shades of #422358

#422358
(66,35,88)
#3C2050
(60,32,80)
#361D48
(54,29,72)
#301A40
(48,26,64)
#2A1738
(42,23,56)
#241430
(36,20,48)
#1E1128
(30,17,40)
#180E20
(24,14,32)
#120B18
(18,11,24)
#0C0810
(12,8,16)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #422358

#422358
(66,35,88)
#533767
(83,55,103)
#644B76
(100,75,118)
#755F85
(117,95,133)
#867394
(134,115,148)
#9787A3
(151,135,163)
#A89BB2
(168,155,178)
#B9AFC1
(185,175,193)
#CAC3D0
(202,195,208)
#DBD7DF
(219,215,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422358 color. Also use rgb(66,35,88) instead hex code.

Text Font Color

.myTextColor { color: #422358; }

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

This text font color is #422358.


Background Color

.myBgColor { background-color: #422358; }

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

This div background color is #422358.


Border color

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

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

This div border color is #422358.


Opacity

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

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

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

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

This text has shadow with #422358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422358 on black background.


Color preview on white background

This text has color #422358 on white background.



Black color preview on #422358 background

This text has black color on #422358 background.


White color preview on #422358 background

This text has white color on #422358 background.