COLOR #481F5B

HEX: #481F5B RGB: (72,31,91)

Color info

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

RGB color model

#481F5B color RGB value is (72,31,91).

RGB: (72,31,91) (28%, 12%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 91 of 255 = 36%

72
31
91

R + G + B ~ 25%. #481F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 31 + 91 = 194 (100%)
R 72 of 194 ~ 37.11%
G 31 of 194 ~ 15.98%
B 91 of 194 ~ 46.91'%

%37.11
%15.98
%46.91

CMYK color model

#481F5B color CMYK value is (21,66,0,64).

  • cyan value is 20.88%
  • magenta value is 65.93%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (21,66,0,64)
C21M66Y0K64 (21%, 66%, 0%, 64%)
(0.21 / 0.66 / 0.00 / 0.64)

CMYK percentages

%20.88
%65.93
%0
%64.31

Codes

Color #481F5B in popluar color models

48 1F 5B
RGB 72 31 91
HSL 281° 49.18% 23.92%
HSB/HSV 281° 65.93% 35.69%
CMYK 20.88% 65.93% 0.00%
64.31%

Color #481F5B in popluar number systems.

HEX 48 1F 5B
Decimal 72 31 91
Binary 1001000 11111 1011011
Octal 110 37 133

Shades and tints

Shades of #481F5B

#481F5B
(72,31,91)
#421D53
(66,29,83)
#3C1B4B
(60,27,75)
#361943
(54,25,67)
#30173B
(48,23,59)
#2A1533
(42,21,51)
#24132B
(36,19,43)
#1E1123
(30,17,35)
#180F1B
(24,15,27)
#120D13
(18,13,19)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #481F5B

#481F5B
(72,31,91)
#583369
(88,51,105)
#684777
(104,71,119)
#785B85
(120,91,133)
#886F93
(136,111,147)
#9883A1
(152,131,161)
#A897AF
(168,151,175)
#B8ABBD
(184,171,189)
#C8BFCB
(200,191,203)
#D8D3D9
(216,211,217)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481F5B color. Also use rgb(72,31,91) instead hex code.

Text Font Color

.myTextColor { color: #481F5B; }

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

This text font color is #481F5B.

Background Color

.myBgColor { background-color: #481F5B; }

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

This div background color is #481F5B.

Border color

.myBorderColor { border: 1px solid #481F5B; }

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

This div border color is #481F5B.

Opacity

.myOpacity80 { color: #481F5B; opacity: 0.8; }

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

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

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

This text has shadow with #481F5B color.


.textShadow {text-shadow: 3px 3px 1px #481F5B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #481F5B; -webkit-box-shadow: 1px 1px 3px 2px #481F5B; box-shadow:1px 1px 3px 2px #481F5B;">
Div content here
</div>

This div box has shadow with color #481F5B.

Preview

Color preview on black background

This text has color #481F5B on black background.


Color preview on white background

This text has color #481F5B on white background.


Black color preview on #481F5B background

This text has black color on #481F5B background.


White color preview on #481F5B background

This text has white color on #481F5B background.


Related colors

Complementary color

Complementary color for #hex is #B7E0A4.


I love getcolorcode.com

Triadic colors

1 #5B481F and #1F5B48 with #481F5B are triadic colors.

2 #5B1F48 and #1F485B with #481F5B are triadic colors.