COLOR #481360

HEX: #481360
RGB: (72,19,96)

Color info

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

RGB color model

#481360 color RGB value is (72,19,96).

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

RGB channels and saturation

R 72 of 255 = 28%
G 19 of 255 = 7%
B 96 of 255 = 38%

72
19
96

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

Portions of RGB colors in percentages

R + G + B =
72 + 19 + 96 = 187 (100%)
R 72 of 187 ~ 38.5%
G 19 of 187 ~ 10.16%
B 96 of 187 ~ 51.34%

%38.5
%10.16
%51.34

CMYK color model

#481360 color CMYK value is (25,80,0,62).

  • cyan value is 25.00%
  • magenta value is 80.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK: (25,80,0,62) C25M80Y0K62 (25%,80%,0%,62%) (0.25/0.80/0.00/0.62)

CMYK percentages

%25
%80.21
%0
%62.35

Codes

Color #481360 in popluar color models

481360
RGB721996
HSL281°66.96%22.55%
HSB/HSV281°80.21%37.65%
CMYK25.00%80.21%0.00%
62.35%

Color #481360 in popluar number systems.

HEX481360
Decimal721996
Binary1001000100111100000
Octal11023140

Shades and tints

Shades of #481360

#481360
(72,19,96)
#421258
(66,18,88)
#3C1150
(60,17,80)
#361048
(54,16,72)
#300F40
(48,15,64)
#2A0E38
(42,14,56)
#240D30
(36,13,48)
#1E0C28
(30,12,40)
#180B20
(24,11,32)
#120A18
(18,10,24)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #481360

#481360
(72,19,96)
#58286E
(88,40,110)
#683D7C
(104,61,124)
#78528A
(120,82,138)
#886798
(136,103,152)
#987CA6
(152,124,166)
#A891B4
(168,145,180)
#B8A6C2
(184,166,194)
#C8BBD0
(200,187,208)
#D8D0DE
(216,208,222)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481360; }

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

This text font color is #481360.


Background Color

.myBgColor { background-color: #481360; }

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

This div background color is #481360.


Border color

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

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

This div border color is #481360.


Opacity

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

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

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

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

This text has shadow with #481360 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #481360 on black background.


Color preview on white background

This text has color #481360 on white background.



Black color preview on #481360 background

This text has black color on #481360 background.


White color preview on #481360 background

This text has white color on #481360 background.