COLOR #321173

HEX: #321173
RGB: (50,17,115)

Color info

#321173 contains mainly blue color. Web safe color of #321173 is #330066 (or #306).

RGB color model

#321173 color RGB value is (50,17,115).

  • red value is 50;
  • green value is 17;
  • blue value is 115.
RGB:
(50,17,115)
(20%,7%,45%)

RGB channels and saturation

R 50 of 255 = 20%
G 17 of 255 = 7%
B 115 of 255 = 45%

50
17
115

R + G + B ~ 24%. #321173 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 17 + 115 = 182 (100%)
R 50 of 182 ~ 27.47%
G 17 of 182 ~ 9.34%
B 115 of 182 ~ 63.19%

%27.47
%63.19

CMYK color model

#321173 color CMYK value is (57,85,0,55).

  • cyan value is 56.52%
  • magenta value is 85.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(57,85,0,55)
C57M85Y0K55 
(57%,85%,0%,55%)
(0.57/0.85/0.00/0.55)	

CMYK percentages

%56.52
%85.22
%0
%54.9

Codes

Color #321173 in popluar color models

321173
RGB5017115
HSL260°74.24%25.88%
HSB/HSV260°85.22%45.10%
CMYK56.52%85.22%0.00%
54.90%

Color #321173 in popluar number systems.

HEX321173
Decimal5017115
Binary110010100011110011
Octal6221163

Shades and tints

Shades of #321173

#321173
(50,17,115)
#2E1069
(46,16,105)
#2A0F5F
(42,15,95)
#260E55
(38,14,85)
#220D4B
(34,13,75)
#1E0C41
(30,12,65)
#1A0B37
(26,11,55)
#160A2D
(22,10,45)
#120923
(18,9,35)
#0E0819
(14,8,25)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #321173

#321173
(50,17,115)
#44267F
(68,38,127)
#563B8B
(86,59,139)
#685097
(104,80,151)
#7A65A3
(122,101,163)
#8C7AAF
(140,122,175)
#9E8FBB
(158,143,187)
#B0A4C7
(176,164,199)
#C2B9D3
(194,185,211)
#D4CEDF
(212,206,223)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321173 color. Also use rgb(50,17,115) instead hex code.

Text Font Color

.myTextColor { color: #321173; }

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

This text font color is #321173.


Background Color

.myBgColor { background-color: #321173; }

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

This div background color is #321173.


Border color

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

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

This div border color is #321173.


Opacity

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

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

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

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

This text has shadow with #321173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321173 on black background.


Color preview on white background

This text has color #321173 on white background.



Black color preview on #321173 background

This text has black color on #321173 background.


White color preview on #321173 background

This text has white color on #321173 background.