COLOR #491382

HEX: #491382
RGB: (73,19,130)

Color info

#491382 contains mainly red and blue colors. Web safe color of #491382 is #330099 (or #309).

RGB color model

#491382 color RGB value is (73,19,130).

  • red value is 73;
  • green value is 19;
  • blue value is 130.
RGB:
(73,19,130)
(29%,7%,51%)

RGB channels and saturation

R 73 of 255 = 29%
G 19 of 255 = 7%
B 130 of 255 = 51%

73
19
130

R + G + B ~ 29%. #491382 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 19 + 130 = 222 (100%)
R 73 of 222 ~ 32.88%
G 19 of 222 ~ 8.56%
B 130 of 222 ~ 58.56%

%32.88
%58.56

CMYK color model

#491382 color CMYK value is (44,85,0,49).

  • cyan value is 43.85%
  • magenta value is 85.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(44,85,0,49)
C44M85Y0K49 
(44%,85%,0%,49%)
(0.44/0.85/0.00/0.49)	

CMYK percentages

%43.85
%85.38
%0
%49.02

Codes

Color #491382 in popluar color models

491382
RGB7319130
HSL269°74.50%29.22%
HSB/HSV269°85.38%50.98%
CMYK43.85%85.38%0.00%
49.02%

Color #491382 in popluar number systems.

HEX491382
Decimal7319130
Binary10010011001110000010
Octal11123202

Shades and tints

Shades of #491382

#491382
(73,19,130)
#431277
(67,18,119)
#3D116C
(61,17,108)
#371061
(55,16,97)
#310F56
(49,15,86)
#2B0E4B
(43,14,75)
#250D40
(37,13,64)
#1F0C35
(31,12,53)
#190B2A
(25,11,42)
#130A1F
(19,10,31)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #491382

#491382
(73,19,130)
#59288D
(89,40,141)
#693D98
(105,61,152)
#7952A3
(121,82,163)
#8967AE
(137,103,174)
#997CB9
(153,124,185)
#A991C4
(169,145,196)
#B9A6CF
(185,166,207)
#C9BBDA
(201,187,218)
#D9D0E5
(217,208,229)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491382 color. Also use rgb(73,19,130) instead hex code.

Text Font Color

.myTextColor { color: #491382; }

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

This text font color is #491382.


Background Color

.myBgColor { background-color: #491382; }

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

This div background color is #491382.


Border color

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

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

This div border color is #491382.


Opacity

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

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

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

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

This text has shadow with #491382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491382 on black background.


Color preview on white background

This text has color #491382 on white background.



Black color preview on #491382 background

This text has black color on #491382 background.


White color preview on #491382 background

This text has white color on #491382 background.