COLOR #42259C

HEX: #42259C
RGB: (66,37,156)

Color info

#42259C contains mainly blue color. Web safe color of #42259C is #333399 (or #339).

RGB color model

#42259C color RGB value is (66,37,156).

  • red value is 66;
  • green value is 37;
  • blue value is 156.
RGB:
(66,37,156)
(26%,15%,61%)

RGB channels and saturation

R 66 of 255 = 26%
G 37 of 255 = 15%
B 156 of 255 = 61%

66
37
156

R + G + B ~ 34%. #42259C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 37 + 156 = 259 (100%)
R 66 of 259 ~ 25.48%
G 37 of 259 ~ 14.29%
B 156 of 259 ~ 60.23%

%25.48
%14.29
%60.23

CMYK color model

#42259C color CMYK value is (58,76,0,39).

  • cyan value is 57.69%
  • magenta value is 76.28%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(58,76,0,39)
C58M76Y0K39 
(58%,76%,0%,39%)
(0.58/0.76/0.00/0.39)	

CMYK percentages

%57.69
%76.28
%0
%38.82

Codes

Color #42259C in popluar color models

42259C
RGB6637156
HSL255°61.66%37.84%
HSB/HSV255°76.28%61.18%
CMYK57.69%76.28%0.00%
38.82%

Color #42259C in popluar number systems.

HEX42259C
Decimal6637156
Binary100001010010110011100
Octal10245234

Shades and tints

Shades of #42259C

#42259C
(66,37,156)
#3C228E
(60,34,142)
#361F80
(54,31,128)
#301C72
(48,28,114)
#2A1964
(42,25,100)
#241656
(36,22,86)
#1E1348
(30,19,72)
#18103A
(24,16,58)
#120D2C
(18,13,44)
#0C0A1E
(12,10,30)
#060710
(6,7,16)
#000000
(0,0,0)

Tints of #42259C

#42259C
(66,37,156)
#5338A5
(83,56,165)
#644BAE
(100,75,174)
#755EB7
(117,94,183)
#8671C0
(134,113,192)
#9784C9
(151,132,201)
#A897D2
(168,151,210)
#B9AADB
(185,170,219)
#CABDE4
(202,189,228)
#DBD0ED
(219,208,237)
#ECE3F6
(236,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42259C color. Also use rgb(66,37,156) instead hex code.

Text Font Color

.myTextColor { color: #42259C; }

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

This text font color is #42259C.


Background Color

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

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

This div background color is #42259C.


Border color

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

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

This div border color is #42259C.


Opacity

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

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

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

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

This text has shadow with #42259C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42259C on black background.


Color preview on white background

This text has color #42259C on white background.



Black color preview on #42259C background

This text has black color on #42259C background.


White color preview on #42259C background

This text has white color on #42259C background.