COLOR #391FA7

HEX: #391FA7
RGB: (57,31,167)

Color info

#391FA7 contains mainly blue color. Web safe color of #391FA7 is #333399 (or #339).

RGB color model

#391FA7 color RGB value is (57,31,167).

  • red value is 57;
  • green value is 31;
  • blue value is 167.
RGB:
(57,31,167)
(22%,12%,65%)

RGB channels and saturation

R 57 of 255 = 22%
G 31 of 255 = 12%
B 167 of 255 = 65%

57
31
167

R + G + B ~ 33%. #391FA7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 31 + 167 = 255 (100%)
R 57 of 255 ~ 22.35%
G 31 of 255 ~ 12.16%
B 167 of 255 ~ 65.49%

%22.35
%12.16
%65.49

CMYK color model

#391FA7 color CMYK value is (66,81,0,35).

  • cyan value is 65.87%
  • magenta value is 81.44%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(66,81,0,35)
C66M81Y0K35 
(66%,81%,0%,35%)
(0.66/0.81/0.00/0.35)	

CMYK percentages

%65.87
%81.44
%0
%34.51

Codes

Color #391FA7 in popluar color models

391FA7
RGB5731167
HSL251°68.69%38.82%
HSB/HSV251°81.44%65.49%
CMYK65.87%81.44%0.00%
34.51%

Color #391FA7 in popluar number systems.

HEX391FA7
Decimal5731167
Binary1110011111110100111
Octal7137247

Shades and tints

Shades of #391FA7

#391FA7
(57,31,167)
#341D98
(52,29,152)
#2F1B89
(47,27,137)
#2A197A
(42,25,122)
#25176B
(37,23,107)
#20155C
(32,21,92)
#1B134D
(27,19,77)
#16113E
(22,17,62)
#110F2F
(17,15,47)
#0C0D20
(12,13,32)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #391FA7

#391FA7
(57,31,167)
#4B33AF
(75,51,175)
#5D47B7
(93,71,183)
#6F5BBF
(111,91,191)
#816FC7
(129,111,199)
#9383CF
(147,131,207)
#A597D7
(165,151,215)
#B7ABDF
(183,171,223)
#C9BFE7
(201,191,231)
#DBD3EF
(219,211,239)
#EDE7F7
(237,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #391FA7 color. Also use rgb(57,31,167) instead hex code.

Text Font Color

.myTextColor { color: #391FA7; }

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

This text font color is #391FA7.


Background Color

.myBgColor { background-color: #391FA7; }

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

This div background color is #391FA7.


Border color

.myBorderColor { border: 1px solid #391FA7; }

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

This div border color is #391FA7.


Opacity

.myOpacity80 { color: #391FA7; opacity: 0.8; }

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

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

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

This text has shadow with #391FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #391FA7 on black background.


Color preview on white background

This text has color #391FA7 on white background.



Black color preview on #391FA7 background

This text has black color on #391FA7 background.


White color preview on #391FA7 background

This text has white color on #391FA7 background.