COLOR #321BA1

HEX: #321BA1
RGB: (50,27,161)

Color info

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

RGB color model

#321BA1 color RGB value is (50,27,161).

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

RGB channels and saturation

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

50
27
161

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

Portions of RGB colors in percentages

R + G + B =
50 + 27 + 161 = 238 (100%)
R 50 of 238 ~ 21.01%
G 27 of 238 ~ 11.34%
B 161 of 238 ~ 67.65%

%21.01
%11.34
%67.65

CMYK color model

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

  • cyan value is 68.94%
  • magenta value is 83.23%
  • 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
%83.23
%0
%36.86

Codes

Color #321BA1 in popluar color models

321BA1
RGB5027161
HSL250°71.28%36.86%
HSB/HSV250°83.23%63.14%
CMYK68.94%83.23%0.00%
36.86%

Color #321BA1 in popluar number systems.

HEX321BA1
Decimal5027161
Binary1100101101110100001
Octal6233241

Shades and tints

Shades of #321BA1

#321BA1
(50,27,161)
#2E1993
(46,25,147)
#2A1785
(42,23,133)
#261577
(38,21,119)
#221369
(34,19,105)
#1E115B
(30,17,91)
#1A0F4D
(26,15,77)
#160D3F
(22,13,63)
#120B31
(18,11,49)
#0E0923
(14,9,35)
#0A0715
(10,7,21)
#000000
(0,0,0)

Tints of #321BA1

#321BA1
(50,27,161)
#442FA9
(68,47,169)
#5643B1
(86,67,177)
#6857B9
(104,87,185)
#7A6BC1
(122,107,193)
#8C7FC9
(140,127,201)
#9E93D1
(158,147,209)
#B0A7D9
(176,167,217)
#C2BBE1
(194,187,225)
#D4CFE9
(212,207,233)
#E6E3F1
(230,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321BA1; }

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

This text font color is #321BA1.


Background Color

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

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

This div background color is #321BA1.


Border color

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

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

This div border color is #321BA1.


Opacity

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

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

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

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

This text has shadow with #321BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321BA1 on black background.


Color preview on white background

This text has color #321BA1 on white background.



Black color preview on #321BA1 background

This text has black color on #321BA1 background.


White color preview on #321BA1 background

This text has white color on #321BA1 background.