COLOR #42006A

HEX: #42006A RGB: (66,0,106)

Color info

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

RGB color model

#42006A color RGB value is (66,0,106).

RGB: (66,0,106) (26%, 0%, 42%)

RGB channels and saturation

R 66 of 255 = 26%
G 0 of 255 = 0%
B 106 of 255 = 42%

66
0
106

R + G + B ~ 23%. #42006A is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 0 + 106 = 172 (100%)
R 66 of 172 ~ 38.37%
G 0 of 172 ~ 0%
B 106 of 172 ~ 61.63'%

%38.37
%61.63

CMYK color model

#42006A color CMYK value is (38,100,0,58).

  • cyan value is 37.74%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (38,100,0,58)
C38M100Y0K58 (38%, 100%, 0%, 58%)
(0.38 / 1.00 / 0.00 / 0.58)

CMYK percentages

%37.74
%100
%0
%58.43

Codes

Color #42006A in popluar color models

42 00 6A
RGB 66 0 106
HSL 277° 100.00% 20.78%
HSB/HSV 277° 100.00% 41.57%
CMYK 37.74% 100.00% 0.00%
58.43%

Color #42006A in popluar number systems.

HEX 42 00 6A
Decimal 66 0 106
Binary 1000010 0 1101010
Octal 102 0 152

Shades and tints

Shades of #42006A

#42006A
(66,0,106)
#3C0061
(60,0,97)
#360058
(54,0,88)
#30004F
(48,0,79)
#2A0046
(42,0,70)
#24003D
(36,0,61)
#1E0034
(30,0,52)
#18002B
(24,0,43)
#120022
(18,0,34)
#0C0019
(12,0,25)
#060010
(6,0,16)
#000000
(0,0,0)

Tints of #42006A

#42006A
(66,0,106)
#531777
(83,23,119)
#642E84
(100,46,132)
#754591
(117,69,145)
#865C9E
(134,92,158)
#9773AB
(151,115,171)
#A88AB8
(168,138,184)
#B9A1C5
(185,161,197)
#CAB8D2
(202,184,210)
#DBCFDF
(219,207,223)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42006A; }

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

This text font color is #42006A.

Background Color

.myBgColor { background-color: #42006A; }

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

This div background color is #42006A.

Border color

.myBorderColor { border: 1px solid #42006A; }

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

This div border color is #42006A.

Opacity

.myOpacity80 { color: #42006A; opacity: 0.8; }

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

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

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

This text has shadow with #42006A color.


.textShadow {text-shadow: 3px 3px 1px #42006A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42006A; -webkit-box-shadow: 1px 1px 3px 2px #42006A; box-shadow:1px 1px 3px 2px #42006A;">
Div content here
</div>

This div box has shadow with color #42006A.

Preview

Color preview on black background

This text has color #42006A on black background.


Color preview on white background

This text has color #42006A on white background.


Black color preview on #42006A background

This text has black color on #42006A background.


White color preview on #42006A background

This text has white color on #42006A background.


Related colors

Complementary color

Complementary color for #hex is #BDFF95.


I love getcolorcode.com

Triadic colors

1 #6A4200 and #006A42 with #42006A are triadic colors.

2 #6A0042 and #00426A with #42006A are triadic colors.