COLOR #491F81

HEX: #491F81
RGB: (73,31,129)

Color info

#491F81 contains mainly red and blue colors. Web safe color of #491F81 is #333399 (or #339).

RGB color model

#491F81 color RGB value is (73,31,129).

  • red value is 73;
  • green value is 31;
  • blue value is 129.
RGB:
(73,31,129)
(29%,12%,51%)

RGB channels and saturation

R 73 of 255 = 29%
G 31 of 255 = 12%
B 129 of 255 = 51%

73
31
129

R + G + B ~ 31%. #491F81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 31 + 129 = 233 (100%)
R 73 of 233 ~ 31.33%
G 31 of 233 ~ 13.3%
B 129 of 233 ~ 55.36%

%31.33
%13.3
%55.36

CMYK color model

#491F81 color CMYK value is (43,76,0,49).

  • cyan value is 43.41%
  • magenta value is 75.97%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(43,76,0,49)
C43M76Y0K49 
(43%,76%,0%,49%)
(0.43/0.76/0.00/0.49)	

CMYK percentages

%43.41
%75.97
%0
%49.41

Codes

Color #491F81 in popluar color models

491F81
RGB7331129
HSL266°61.25%31.37%
HSB/HSV266°75.97%50.59%
CMYK43.41%75.97%0.00%
49.41%

Color #491F81 in popluar number systems.

HEX491F81
Decimal7331129
Binary10010011111110000001
Octal11137201

Shades and tints

Shades of #491F81

#491F81
(73,31,129)
#431D76
(67,29,118)
#3D1B6B
(61,27,107)
#371960
(55,25,96)
#311755
(49,23,85)
#2B154A
(43,21,74)
#25133F
(37,19,63)
#1F1134
(31,17,52)
#190F29
(25,15,41)
#130D1E
(19,13,30)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #491F81

#491F81
(73,31,129)
#59338C
(89,51,140)
#694797
(105,71,151)
#795BA2
(121,91,162)
#896FAD
(137,111,173)
#9983B8
(153,131,184)
#A997C3
(169,151,195)
#B9ABCE
(185,171,206)
#C9BFD9
(201,191,217)
#D9D3E4
(217,211,228)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491F81 color. Also use rgb(73,31,129) instead hex code.

Text Font Color

.myTextColor { color: #491F81; }

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

This text font color is #491F81.


Background Color

.myBgColor { background-color: #491F81; }

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

This div background color is #491F81.


Border color

.myBorderColor { border: 1px solid #491F81; }

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

This div border color is #491F81.


Opacity

.myOpacity80 { color: #491F81; opacity: 0.8; }

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

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

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

This text has shadow with #491F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491F81 on black background.


Color preview on white background

This text has color #491F81 on white background.



Black color preview on #491F81 background

This text has black color on #491F81 background.


White color preview on #491F81 background

This text has white color on #491F81 background.