COLOR #424190

HEX: #424190
RGB: (66,65,144)

Color info

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

RGB color model

#424190 color RGB value is (66,65,144).

  • red value is 66;
  • green value is 65;
  • blue value is 144.
RGB:
(66,65,144)
(26%,25%,56%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 144 of 255 = 56%

66
65
144

R + G + B ~ 36%. #424190 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 144 = 275 (100%)
R 66 of 275 ~ 24%
G 65 of 275 ~ 23.64%
B 144 of 275 ~ 52.36%

%24
%23.64
%52.36

CMYK color model

#424190 color CMYK value is (54,55,0,44).

  • cyan value is 54.17%
  • magenta value is 54.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(54,55,0,44)
C54M55Y0K44 
(54%,55%,0%,44%)
(0.54/0.55/0.00/0.44)	

CMYK percentages

%54.17
%54.86
%0
%43.53

Codes

Color #424190 in popluar color models

424190
RGB6665144
HSL241°37.80%40.98%
HSB/HSV241°54.86%56.47%
CMYK54.17%54.86%0.00%
43.53%

Color #424190 in popluar number systems.

HEX424190
Decimal6665144
Binary1000010100000110010000
Octal102101220

Shades and tints

Shades of #424190

#424190
(66,65,144)
#3C3C83
(60,60,131)
#363776
(54,55,118)
#303269
(48,50,105)
#2A2D5C
(42,45,92)
#24284F
(36,40,79)
#1E2342
(30,35,66)
#181E35
(24,30,53)
#121928
(18,25,40)
#0C141B
(12,20,27)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #424190

#424190
(66,65,144)
#53529A
(83,82,154)
#6463A4
(100,99,164)
#7574AE
(117,116,174)
#8685B8
(134,133,184)
#9796C2
(151,150,194)
#A8A7CC
(168,167,204)
#B9B8D6
(185,184,214)
#CAC9E0
(202,201,224)
#DBDAEA
(219,218,234)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424190 color. Also use rgb(66,65,144) instead hex code.

Text Font Color

.myTextColor { color: #424190; }

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

This text font color is #424190.


Background Color

.myBgColor { background-color: #424190; }

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

This div background color is #424190.


Border color

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

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

This div border color is #424190.


Opacity

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

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

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

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

This text has shadow with #424190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424190 on black background.


Color preview on white background

This text has color #424190 on white background.



Black color preview on #424190 background

This text has black color on #424190 background.


White color preview on #424190 background

This text has white color on #424190 background.