COLOR #341971

HEX: #341971
RGB: (52,25,113)

Color info

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

RGB color model

#341971 color RGB value is (52,25,113).

  • red value is 52;
  • green value is 25;
  • blue value is 113.
RGB:
(52,25,113)
(20%,10%,44%)

RGB channels and saturation

R 52 of 255 = 20%
G 25 of 255 = 10%
B 113 of 255 = 44%

52
25
113

R + G + B ~ 25%. #341971 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 25 + 113 = 190 (100%)
R 52 of 190 ~ 27.37%
G 25 of 190 ~ 13.16%
B 113 of 190 ~ 59.47%

%27.37
%13.16
%59.47

CMYK color model

#341971 color CMYK value is (54,78,0,56).

  • cyan value is 53.98%
  • magenta value is 77.88%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(54,78,0,56)
C54M78Y0K56 
(54%,78%,0%,56%)
(0.54/0.78/0.00/0.56)	

CMYK percentages

%53.98
%77.88
%0
%55.69

Codes

Color #341971 in popluar color models

341971
RGB5225113
HSL258°63.77%27.06%
HSB/HSV258°77.88%44.31%
CMYK53.98%77.88%0.00%
55.69%

Color #341971 in popluar number systems.

HEX341971
Decimal5225113
Binary110100110011110001
Octal6431161

Shades and tints

Shades of #341971

#341971
(52,25,113)
#301767
(48,23,103)
#2C155D
(44,21,93)
#281353
(40,19,83)
#241149
(36,17,73)
#200F3F
(32,15,63)
#1C0D35
(28,13,53)
#180B2B
(24,11,43)
#140921
(20,9,33)
#100717
(16,7,23)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #341971

#341971
(52,25,113)
#462D7D
(70,45,125)
#584189
(88,65,137)
#6A5595
(106,85,149)
#7C69A1
(124,105,161)
#8E7DAD
(142,125,173)
#A091B9
(160,145,185)
#B2A5C5
(178,165,197)
#C4B9D1
(196,185,209)
#D6CDDD
(214,205,221)
#E8E1E9
(232,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341971 color. Also use rgb(52,25,113) instead hex code.

Text Font Color

.myTextColor { color: #341971; }

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

This text font color is #341971.


Background Color

.myBgColor { background-color: #341971; }

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

This div background color is #341971.


Border color

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

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

This div border color is #341971.


Opacity

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

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

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

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

This text has shadow with #341971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341971 on black background.


Color preview on white background

This text has color #341971 on white background.



Black color preview on #341971 background

This text has black color on #341971 background.


White color preview on #341971 background

This text has white color on #341971 background.