COLOR #3121AB

HEX: #3121AB RGB: (49,33,171)

Color info

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

RGB color model

#3121AB color RGB value is (49,33,171).

RGB: (49,33,171) (19%, 13%, 67%)

RGB channels and saturation

R 49 of 255 = 19%
G 33 of 255 = 13%
B 171 of 255 = 67%

49
33
171

R + G + B ~ 33%. #3121AB is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 33 + 171 = 253 (100%)
R 49 of 253 ~ 19.37%
G 33 of 253 ~ 13.04%
B 171 of 253 ~ 67.59'%

%19.37
%13.04
%67.59

CMYK color model

#3121AB color CMYK value is (71,81,0,33).

  • cyan value is 71.35%
  • magenta value is 80.70%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (71,81,0,33)
C71M81Y0K33 (71%, 81%, 0%, 33%)
(0.71 / 0.81 / 0.00 / 0.33)

CMYK percentages

%71.35
%80.7
%0
%32.94

Codes

Color #3121AB in popluar color models

31 21 AB
RGB 49 33 171
HSL 247° 67.65% 40.00%
HSB/HSV 247° 80.70% 67.06%
CMYK 71.35% 80.70% 0.00%
32.94%

Color #3121AB in popluar number systems.

HEX 31 21 AB
Decimal 49 33 171
Binary 110001 100001 10101011
Octal 61 41 253

Shades and tints

Shades of #3121AB

#3121AB
(49,33,171)
#2D1E9C
(45,30,156)
#291B8D
(41,27,141)
#25187E
(37,24,126)
#21156F
(33,21,111)
#1D1260
(29,18,96)
#190F51
(25,15,81)
#150C42
(21,12,66)
#110933
(17,9,51)
#0D0624
(13,6,36)
#090315
(9,3,21)
#000000
(0,0,0)

Tints of #3121AB

#3121AB
(49,33,171)
#4335B2
(67,53,178)
#5549B9
(85,73,185)
#675DC0
(103,93,192)
#7971C7
(121,113,199)
#8B85CE
(139,133,206)
#9D99D5
(157,153,213)
#AFADDC
(175,173,220)
#C1C1E3
(193,193,227)
#D3D5EA
(211,213,234)
#E5E9F1
(229,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3121AB color. Also use rgb(49,33,171) instead hex code.

Text Font Color

.myTextColor { color: #3121AB; }

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

This text font color is #3121AB.

Background Color

.myBgColor { background-color: #3121AB; }

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

This div background color is #3121AB.

Border color

.myBorderColor { border: 1px solid #3121AB; }

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

This div border color is #3121AB.

Opacity

.myOpacity80 { color: #3121AB; opacity: 0.8; }

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

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

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

This text has shadow with #3121AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3121AB.

Preview

Color preview on black background

This text has color #3121AB on black background.


Color preview on white background

This text has color #3121AB on white background.


Black color preview on #3121AB background

This text has black color on #3121AB background.


White color preview on #3121AB background

This text has white color on #3121AB background.


Related colors

Complementary color

Complementary color for #hex is #CEDE54.


I love getcolorcode.com

Triadic colors

1 #AB3121 and #21AB31 with #3121AB are triadic colors.

2 #AB2131 and #2131AB with #3121AB are triadic colors.