COLOR #483271

HEX: #483271
RGB: (72,50,113)

Color info

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

RGB color model

#483271 color RGB value is (72,50,113).

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

RGB channels and saturation

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

72
50
113

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

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 113 = 235 (100%)
R 72 of 235 ~ 30.64%
G 50 of 235 ~ 21.28%
B 113 of 235 ~ 48.09%

%30.64
%21.28
%48.09

CMYK color model

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

  • cyan value is 36.28%
  • magenta value is 55.75%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(36,56,0,56)
C36M56Y0K56 
(36%,56%,0%,56%)
(0.36/0.56/0.00/0.56)	

CMYK percentages

%36.28
%55.75
%0
%55.69

Codes

Color #483271 in popluar color models

483271
RGB7250113
HSL261°38.65%31.96%
HSB/HSV261°55.75%44.31%
CMYK36.28%55.75%0.00%
55.69%

Color #483271 in popluar number systems.

HEX483271
Decimal7250113
Binary10010001100101110001
Octal11062161

Shades and tints

Shades of #483271

#483271
(72,50,113)
#422E67
(66,46,103)
#3C2A5D
(60,42,93)
#362653
(54,38,83)
#302249
(48,34,73)
#2A1E3F
(42,30,63)
#241A35
(36,26,53)
#1E162B
(30,22,43)
#181221
(24,18,33)
#120E17
(18,14,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #483271

#483271
(72,50,113)
#58447D
(88,68,125)
#685689
(104,86,137)
#786895
(120,104,149)
#887AA1
(136,122,161)
#988CAD
(152,140,173)
#A89EB9
(168,158,185)
#B8B0C5
(184,176,197)
#C8C2D1
(200,194,209)
#D8D4DD
(216,212,221)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483271; }

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

This text font color is #483271.


Background Color

.myBgColor { background-color: #483271; }

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

This div background color is #483271.


Border color

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

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

This div border color is #483271.


Opacity

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

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

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

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

This text has shadow with #483271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483271 on black background.


Color preview on white background

This text has color #483271 on white background.



Black color preview on #483271 background

This text has black color on #483271 background.


White color preview on #483271 background

This text has white color on #483271 background.