COLOR #420065

HEX: #420065
RGB: (66,0,101)

Color info

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

RGB color model

#420065 color RGB value is (66,0,101).

  • red value is 66;
  • green value is 0;
  • blue value is 101.
RGB:
(66,0,101)
(26%,0%,40%)

RGB channels and saturation

R 66 of 255 = 26%
G 0 of 255 = 0%
B 101 of 255 = 40%

66
0
101

R + G + B ~ 22%. #420065 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 0 + 101 = 167 (100%)
R 66 of 167 ~ 39.52%
G 0 of 167 ~ 0%
B 101 of 167 ~ 60.48%

%39.52
%60.48

CMYK color model

#420065 color CMYK value is (35,100,0,60).

  • cyan value is 34.65%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(35,100,0,60)
C35M100Y0K60 
(35%,100%,0%,60%)
(0.35/1.00/0.00/0.60)	

CMYK percentages

%34.65
%100
%0
%60.39

Codes

Color #420065 in popluar color models

420065
RGB660101
HSL279°100.00%19.80%
HSB/HSV279°100.00%39.61%
CMYK34.65%100.00%0.00%
60.39%

Color #420065 in popluar number systems.

HEX420065
Decimal660101
Binary100001001100101
Octal1020145

Shades and tints

Shades of #420065

#420065
(66,0,101)
#3C005C
(60,0,92)
#360053
(54,0,83)
#30004A
(48,0,74)
#2A0041
(42,0,65)
#240038
(36,0,56)
#1E002F
(30,0,47)
#180026
(24,0,38)
#12001D
(18,0,29)
#0C0014
(12,0,20)
#06000B
(6,0,11)
#000000
(0,0,0)

Tints of #420065

#420065
(66,0,101)
#531773
(83,23,115)
#642E81
(100,46,129)
#75458F
(117,69,143)
#865C9D
(134,92,157)
#9773AB
(151,115,171)
#A88AB9
(168,138,185)
#B9A1C7
(185,161,199)
#CAB8D5
(202,184,213)
#DBCFE3
(219,207,227)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420065 color. Also use rgb(66,0,101) instead hex code.

Text Font Color

.myTextColor { color: #420065; }

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

This text font color is #420065.


Background Color

.myBgColor { background-color: #420065; }

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

This div background color is #420065.


Border color

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

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

This div border color is #420065.


Opacity

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

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

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

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

This text has shadow with #420065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420065 on black background.


Color preview on white background

This text has color #420065 on white background.



Black color preview on #420065 background

This text has black color on #420065 background.


White color preview on #420065 background

This text has white color on #420065 background.