COLOR #420084

HEX: #420084
RGB: (66,0,132)

Color info

#420084 contains mainly blue color. Web safe color of #420084 is #330099 (or #309).

RGB color model

#420084 color RGB value is (66,0,132).

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

RGB channels and saturation

R 66 of 255 = 26%
G 0 of 255 = 0%
B 132 of 255 = 52%

66
0
132

R + G + B ~ 26%. #420084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 0 + 132 = 198 (100%)
R 66 of 198 ~ 33.33%
G 0 of 198 ~ 0%
B 132 of 198 ~ 66.67%

%33.33
%66.67

CMYK color model

#420084 color CMYK value is (50,100,0,48).

  • cyan value is 50.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(50,100,0,48)
C50M100Y0K48 
(50%,100%,0%,48%)
(0.50/1.00/0.00/0.48)	

CMYK percentages

%50
%100
%0
%48.24

Codes

Color #420084 in popluar color models

420084
RGB660132
HSL270°100.00%25.88%
HSB/HSV270°100.00%51.76%
CMYK50.00%100.00%0.00%
48.24%

Color #420084 in popluar number systems.

HEX420084
Decimal660132
Binary1000010010000100
Octal1020204

Shades and tints

Shades of #420084

#420084
(66,0,132)
#3C0078
(60,0,120)
#36006C
(54,0,108)
#300060
(48,0,96)
#2A0054
(42,0,84)
#240048
(36,0,72)
#1E003C
(30,0,60)
#180030
(24,0,48)
#120024
(18,0,36)
#0C0018
(12,0,24)
#06000C
(6,0,12)
#000000
(0,0,0)

Tints of #420084

#420084
(66,0,132)
#53178F
(83,23,143)
#642E9A
(100,46,154)
#7545A5
(117,69,165)
#865CB0
(134,92,176)
#9773BB
(151,115,187)
#A88AC6
(168,138,198)
#B9A1D1
(185,161,209)
#CAB8DC
(202,184,220)
#DBCFE7
(219,207,231)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420084; }

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

This text font color is #420084.


Background Color

.myBgColor { background-color: #420084; }

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

This div background color is #420084.


Border color

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

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

This div border color is #420084.


Opacity

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

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

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

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

This text has shadow with #420084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420084 on black background.


Color preview on white background

This text has color #420084 on white background.



Black color preview on #420084 background

This text has black color on #420084 background.


White color preview on #420084 background

This text has white color on #420084 background.