COLOR #42265C

HEX: #42265C RGB: (66,38,92)

Color info

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

RGB color model

#42265C color RGB value is (66,38,92).

RGB: (66,38,92) (26%, 15%, 36%)

RGB channels and saturation

R 66 of 255 = 26%
G 38 of 255 = 15%
B 92 of 255 = 36%

66
38
92

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

Portions of RGB colors in percentages

R + G + B = 66 + 38 + 92 = 196 (100%)
R 66 of 196 ~ 33.67%
G 38 of 196 ~ 19.39%
B 92 of 196 ~ 46.94'%

%33.67
%19.39
%46.94

CMYK color model

#42265C color CMYK value is (28,59,0,64).

  • cyan value is 28.26%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (28,59,0,64)
C28M59Y0K64 (28%, 59%, 0%, 64%)
(0.28 / 0.59 / 0.00 / 0.64)

CMYK percentages

%28.26
%58.7
%0
%63.92

Codes

Color #42265C in popluar color models

42 26 5C
RGB 66 38 92
HSL 271° 41.54% 25.49%
HSB/HSV 271° 58.70% 36.08%
CMYK 28.26% 58.70% 0.00%
63.92%

Color #42265C in popluar number systems.

HEX 42 26 5C
Decimal 66 38 92
Binary 1000010 100110 1011100
Octal 102 46 134

Shades and tints

Shades of #42265C

#42265C
(66,38,92)
#3C2354
(60,35,84)
#36204C
(54,32,76)
#301D44
(48,29,68)
#2A1A3C
(42,26,60)
#241734
(36,23,52)
#1E142C
(30,20,44)
#181124
(24,17,36)
#120E1C
(18,14,28)
#0C0B14
(12,11,20)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #42265C

#42265C
(66,38,92)
#53396A
(83,57,106)
#644C78
(100,76,120)
#755F86
(117,95,134)
#867294
(134,114,148)
#9785A2
(151,133,162)
#A898B0
(168,152,176)
#B9ABBE
(185,171,190)
#CABECC
(202,190,204)
#DBD1DA
(219,209,218)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42265C color. Also use rgb(66,38,92) instead hex code.

Text Font Color

.myTextColor { color: #42265C; }

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

This text font color is #42265C.

Background Color

.myBgColor { background-color: #42265C; }

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

This div background color is #42265C.

Border color

.myBorderColor { border: 1px solid #42265C; }

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

This div border color is #42265C.

Opacity

.myOpacity80 { color: #42265C; opacity: 0.8; }

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

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

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

This text has shadow with #42265C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42265C.

Preview

Color preview on black background

This text has color #42265C on black background.


Color preview on white background

This text has color #42265C on white background.


Black color preview on #42265C background

This text has black color on #42265C background.


White color preview on #42265C background

This text has white color on #42265C background.


Related colors

Complementary color

Complementary color for #hex is #BDD9A3.


I love getcolorcode.com

Triadic colors

1 #5C4226 and #265C42 with #42265C are triadic colors.

2 #5C2642 and #26425C with #42265C are triadic colors.