COLOR #423199

HEX: #423199 RGB: (66,49,153)

Color info

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

RGB color model

#423199 color RGB value is (66,49,153).

RGB: (66,49,153) (26%, 19%, 60%)

RGB channels and saturation

R 66 of 255 = 26%
G 49 of 255 = 19%
B 153 of 255 = 60%

66
49
153

R + G + B ~ 35%. #423199 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 49 + 153 = 268 (100%)
R 66 of 268 ~ 24.63%
G 49 of 268 ~ 18.28%
B 153 of 268 ~ 57.09'%

%24.63
%18.28
%57.09

CMYK color model

#423199 color CMYK value is (57,68,0,40).

  • cyan value is 56.86%
  • magenta value is 67.97%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (57,68,0,40)
C57M68Y0K40 (57%, 68%, 0%, 40%)
(0.57 / 0.68 / 0.00 / 0.40)

CMYK percentages

%56.86
%67.97
%0
%40

Codes

Color #423199 in popluar color models

42 31 99
RGB 66 49 153
HSL 250° 51.49% 39.61%
HSB/HSV 250° 67.97% 60.00%
CMYK 56.86% 67.97% 0.00%
40.00%

Color #423199 in popluar number systems.

HEX 42 31 99
Decimal 66 49 153
Binary 1000010 110001 10011001
Octal 102 61 231

Shades and tints

Shades of #423199

#423199
(66,49,153)
#3C2D8C
(60,45,140)
#36297F
(54,41,127)
#302572
(48,37,114)
#2A2165
(42,33,101)
#241D58
(36,29,88)
#1E194B
(30,25,75)
#18153E
(24,21,62)
#121131
(18,17,49)
#0C0D24
(12,13,36)
#060917
(6,9,23)
#000000
(0,0,0)

Tints of #423199

#423199
(66,49,153)
#5343A2
(83,67,162)
#6455AB
(100,85,171)
#7567B4
(117,103,180)
#8679BD
(134,121,189)
#978BC6
(151,139,198)
#A89DCF
(168,157,207)
#B9AFD8
(185,175,216)
#CAC1E1
(202,193,225)
#DBD3EA
(219,211,234)
#ECE5F3
(236,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423199 color. Also use rgb(66,49,153) instead hex code.

Text Font Color

.myTextColor { color: #423199; }

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

This text font color is #423199.

Background Color

.myBgColor { background-color: #423199; }

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

This div background color is #423199.

Border color

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

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

This div border color is #423199.

Opacity

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

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

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

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

This text has shadow with #423199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #423199.

Preview

Color preview on black background

This text has color #423199 on black background.


Color preview on white background

This text has color #423199 on white background.


Black color preview on #423199 background

This text has black color on #423199 background.


White color preview on #423199 background

This text has white color on #423199 background.


Related colors

Complementary color

Complementary color for #hex is #BDCE66.


I love getcolorcode.com

Triadic colors

1 #994231 and #319942 with #423199 are triadic colors.

2 #993142 and #314299 with #423199 are triadic colors.