COLOR #420358

HEX: #420358
RGB: (66,3,88)

Color info

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

RGB color model

#420358 color RGB value is (66,3,88).

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

RGB channels and saturation

R 66 of 255 = 26%
G 3 of 255 = 1%
B 88 of 255 = 35%

66
3
88

R + G + B ~ 21%. #420358 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 3 + 88 = 157 (100%)
R 66 of 157 ~ 42.04%
G 3 of 157 ~ 1.91%
B 88 of 157 ~ 56.05%

%42.04
%56.05

CMYK color model

#420358 color CMYK value is (25,97,0,65).

  • cyan value is 25.00%
  • magenta value is 96.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(25,97,0,65)
C25M97Y0K65 
(25%,97%,0%,65%)
(0.25/0.97/0.00/0.65)	

CMYK percentages

%25
%96.59
%0
%65.49

Codes

Color #420358 in popluar color models

420358
RGB66388
HSL284°93.41%17.84%
HSB/HSV284°96.59%34.51%
CMYK25.00%96.59%0.00%
65.49%

Color #420358 in popluar number systems.

HEX420358
Decimal66388
Binary1000010111011000
Octal1023130

Shades and tints

Shades of #420358

#420358
(66,3,88)
#3C0350
(60,3,80)
#360348
(54,3,72)
#300340
(48,3,64)
#2A0338
(42,3,56)
#240330
(36,3,48)
#1E0328
(30,3,40)
#180320
(24,3,32)
#120318
(18,3,24)
#0C0310
(12,3,16)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #420358

#420358
(66,3,88)
#531967
(83,25,103)
#642F76
(100,47,118)
#754585
(117,69,133)
#865B94
(134,91,148)
#9771A3
(151,113,163)
#A887B2
(168,135,178)
#B99DC1
(185,157,193)
#CAB3D0
(202,179,208)
#DBC9DF
(219,201,223)
#ECDFEE
(236,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420358; }

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

This text font color is #420358.


Background Color

.myBgColor { background-color: #420358; }

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

This div background color is #420358.


Border color

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

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

This div border color is #420358.


Opacity

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

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

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

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

This text has shadow with #420358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420358 on black background.


Color preview on white background

This text has color #420358 on white background.



Black color preview on #420358 background

This text has black color on #420358 background.


White color preview on #420358 background

This text has white color on #420358 background.