COLOR #483371

HEX: #483371
RGB: (72,51,113)

Color info

#483371 contains mainly red and blue colors. Web safe color of #483371 is #333366 (or #336).

RGB color model

#483371 color RGB value is (72,51,113).

  • red value is 72;
  • green value is 51;
  • blue value is 113.
RGB:
(72,51,113)
(28%,20%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 51 of 255 = 20%
B 113 of 255 = 44%

72
51
113

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

Portions of RGB colors in percentages

R + G + B =
72 + 51 + 113 = 236 (100%)
R 72 of 236 ~ 30.51%
G 51 of 236 ~ 21.61%
B 113 of 236 ~ 47.88%

%30.51
%21.61
%47.88

CMYK color model

#483371 color CMYK value is (36,55,0,56).

  • cyan value is 36.28%
  • magenta value is 54.87%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(36,55,0,56)
C36M55Y0K56 
(36%,55%,0%,56%)
(0.36/0.55/0.00/0.56)	

CMYK percentages

%36.28
%54.87
%0
%55.69

Codes

Color #483371 in popluar color models

483371
RGB7251113
HSL260°37.80%32.16%
HSB/HSV260°54.87%44.31%
CMYK36.28%54.87%0.00%
55.69%

Color #483371 in popluar number systems.

HEX483371
Decimal7251113
Binary10010001100111110001
Octal11063161

Shades and tints

Shades of #483371

#483371
(72,51,113)
#422F67
(66,47,103)
#3C2B5D
(60,43,93)
#362753
(54,39,83)
#302349
(48,35,73)
#2A1F3F
(42,31,63)
#241B35
(36,27,53)
#1E172B
(30,23,43)
#181321
(24,19,33)
#120F17
(18,15,23)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #483371

#483371
(72,51,113)
#58457D
(88,69,125)
#685789
(104,87,137)
#786995
(120,105,149)
#887BA1
(136,123,161)
#988DAD
(152,141,173)
#A89FB9
(168,159,185)
#B8B1C5
(184,177,197)
#C8C3D1
(200,195,209)
#D8D5DD
(216,213,221)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483371 color. Also use rgb(72,51,113) instead hex code.

Text Font Color

.myTextColor { color: #483371; }

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

This text font color is #483371.


Background Color

.myBgColor { background-color: #483371; }

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

This div background color is #483371.


Border color

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

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

This div border color is #483371.


Opacity

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

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

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

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

This text has shadow with #483371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483371 on black background.


Color preview on white background

This text has color #483371 on white background.



Black color preview on #483371 background

This text has black color on #483371 background.


White color preview on #483371 background

This text has white color on #483371 background.