COLOR #481351

HEX: #481351
RGB: (72,19,81)

Color info

#481351 contains mainly red and blue colors. Web safe color of #481351 is #330066 (or #306).

RGB color model

#481351 color RGB value is (72,19,81).

  • red value is 72;
  • green value is 19;
  • blue value is 81.
RGB:
(72,19,81)
(28%,7%,32%)

RGB channels and saturation

R 72 of 255 = 28%
G 19 of 255 = 7%
B 81 of 255 = 32%

72
19
81

R + G + B ~ 22%. #481351 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 19 + 81 = 172 (100%)
R 72 of 172 ~ 41.86%
G 19 of 172 ~ 11.05%
B 81 of 172 ~ 47.09%

%41.86
%11.05
%47.09

CMYK color model

#481351 color CMYK value is (11,77,0,68).

  • cyan value is 11.11%
  • magenta value is 76.54%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(11,77,0,68)
C11M77Y0K68 
(11%,77%,0%,68%)
(0.11/0.77/0.00/0.68)	

CMYK percentages

%11.11
%76.54
%0
%68.24

Codes

Color #481351 in popluar color models

481351
RGB721981
HSL291°62.00%19.61%
HSB/HSV291°76.54%31.76%
CMYK11.11%76.54%0.00%
68.24%

Color #481351 in popluar number systems.

HEX481351
Decimal721981
Binary1001000100111010001
Octal11023121

Shades and tints

Shades of #481351

#481351
(72,19,81)
#42124A
(66,18,74)
#3C1143
(60,17,67)
#36103C
(54,16,60)
#300F35
(48,15,53)
#2A0E2E
(42,14,46)
#240D27
(36,13,39)
#1E0C20
(30,12,32)
#180B19
(24,11,25)
#120A12
(18,10,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #481351

#481351
(72,19,81)
#582860
(88,40,96)
#683D6F
(104,61,111)
#78527E
(120,82,126)
#88678D
(136,103,141)
#987C9C
(152,124,156)
#A891AB
(168,145,171)
#B8A6BA
(184,166,186)
#C8BBC9
(200,187,201)
#D8D0D8
(216,208,216)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481351 color. Also use rgb(72,19,81) instead hex code.

Text Font Color

.myTextColor { color: #481351; }

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

This text font color is #481351.


Background Color

.myBgColor { background-color: #481351; }

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

This div background color is #481351.


Border color

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

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

This div border color is #481351.


Opacity

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

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

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

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

This text has shadow with #481351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481351 on black background.


Color preview on white background

This text has color #481351 on white background.



Black color preview on #481351 background

This text has black color on #481351 background.


White color preview on #481351 background

This text has white color on #481351 background.