COLOR #321CA1

HEX: #321CA1
RGB: (50,28,161)

Color info

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

RGB color model

#321CA1 color RGB value is (50,28,161).

  • red value is 50;
  • green value is 28;
  • blue value is 161.
RGB:
(50,28,161)
(20%,11%,63%)

RGB channels and saturation

R 50 of 255 = 20%
G 28 of 255 = 11%
B 161 of 255 = 63%

50
28
161

R + G + B ~ 31%. #321CA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 28 + 161 = 239 (100%)
R 50 of 239 ~ 20.92%
G 28 of 239 ~ 11.72%
B 161 of 239 ~ 67.36%

%20.92
%11.72
%67.36

CMYK color model

#321CA1 color CMYK value is (69,83,0,37).

  • cyan value is 68.94%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(69,83,0,37)
C69M83Y0K37 
(69%,83%,0%,37%)
(0.69/0.83/0.00/0.37)	

CMYK percentages

%68.94
%82.61
%0
%36.86

Codes

Color #321CA1 in popluar color models

321CA1
RGB5028161
HSL250°70.37%37.06%
HSB/HSV250°82.61%63.14%
CMYK68.94%82.61%0.00%
36.86%

Color #321CA1 in popluar number systems.

HEX321CA1
Decimal5028161
Binary1100101110010100001
Octal6234241

Shades and tints

Shades of #321CA1

#321CA1
(50,28,161)
#2E1A93
(46,26,147)
#2A1885
(42,24,133)
#261677
(38,22,119)
#221469
(34,20,105)
#1E125B
(30,18,91)
#1A104D
(26,16,77)
#160E3F
(22,14,63)
#120C31
(18,12,49)
#0E0A23
(14,10,35)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #321CA1

#321CA1
(50,28,161)
#4430A9
(68,48,169)
#5644B1
(86,68,177)
#6858B9
(104,88,185)
#7A6CC1
(122,108,193)
#8C80C9
(140,128,201)
#9E94D1
(158,148,209)
#B0A8D9
(176,168,217)
#C2BCE1
(194,188,225)
#D4D0E9
(212,208,233)
#E6E4F1
(230,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321CA1 color. Also use rgb(50,28,161) instead hex code.

Text Font Color

.myTextColor { color: #321CA1; }

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

This text font color is #321CA1.


Background Color

.myBgColor { background-color: #321CA1; }

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

This div background color is #321CA1.


Border color

.myBorderColor { border: 1px solid #321CA1; }

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

This div border color is #321CA1.


Opacity

.myOpacity80 { color: #321CA1; opacity: 0.8; }

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

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

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

This text has shadow with #321CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321CA1 on black background.


Color preview on white background

This text has color #321CA1 on white background.



Black color preview on #321CA1 background

This text has black color on #321CA1 background.


White color preview on #321CA1 background

This text has white color on #321CA1 background.