COLOR #481B55

HEX: #481B55
RGB: (72,27,85)

Color info

#481B55 contains red, green and blue colors in about the same proportion. Web safe color of #481B55 is #333366 (or #336).

RGB color model

#481B55 color RGB value is (72,27,85).

  • red value is 72;
  • green value is 27;
  • blue value is 85.
RGB:
(72,27,85)
(28%,11%,33%)

RGB channels and saturation

R 72 of 255 = 28%
G 27 of 255 = 11%
B 85 of 255 = 33%

72
27
85

R + G + B ~ 24%. #481B55 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 27 + 85 = 184 (100%)
R 72 of 184 ~ 39.13%
G 27 of 184 ~ 14.67%
B 85 of 184 ~ 46.2%

%39.13
%14.67
%46.2

CMYK color model

#481B55 color CMYK value is (15,68,0,67).

  • cyan value is 15.29%
  • magenta value is 68.24%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(15,68,0,67)
C15M68Y0K67 
(15%,68%,0%,67%)
(0.15/0.68/0.00/0.67)	

CMYK percentages

%15.29
%68.24
%0
%66.67

Codes

Color #481B55 in popluar color models

481B55
RGB722785
HSL287°51.79%21.96%
HSB/HSV287°68.24%33.33%
CMYK15.29%68.24%0.00%
66.67%

Color #481B55 in popluar number systems.

HEX481B55
Decimal722785
Binary1001000110111010101
Octal11033125

Shades and tints

Shades of #481B55

#481B55
(72,27,85)
#42194E
(66,25,78)
#3C1747
(60,23,71)
#361540
(54,21,64)
#301339
(48,19,57)
#2A1132
(42,17,50)
#240F2B
(36,15,43)
#1E0D24
(30,13,36)
#180B1D
(24,11,29)
#120916
(18,9,22)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #481B55

#481B55
(72,27,85)
#582F64
(88,47,100)
#684373
(104,67,115)
#785782
(120,87,130)
#886B91
(136,107,145)
#987FA0
(152,127,160)
#A893AF
(168,147,175)
#B8A7BE
(184,167,190)
#C8BBCD
(200,187,205)
#D8CFDC
(216,207,220)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481B55 color. Also use rgb(72,27,85) instead hex code.

Text Font Color

.myTextColor { color: #481B55; }

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

This text font color is #481B55.


Background Color

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

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

This div background color is #481B55.


Border color

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

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

This div border color is #481B55.


Opacity

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

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

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

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

This text has shadow with #481B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481B55 on black background.


Color preview on white background

This text has color #481B55 on white background.



Black color preview on #481B55 background

This text has black color on #481B55 background.


White color preview on #481B55 background

This text has white color on #481B55 background.