COLOR #480D82

HEX: #480D82
RGB: (72,13,130)

Renk bilgisi

#480D82 contains mainly red and blue colors. #480D82 ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#480D82 color RGB value is (72,13,130).

  • kırmız ton 72;
  • yeşil ton 13;
  • mavi ton 130.
RGB:
(72,13,130)
(28%,5%,51%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 13 of 255 = 5%
B 130 of 255 = 51%

72
13
130

R + G + B ~ 28%. #480D82 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 13 + 130 = 215 (100%)
R 72 of 215 ~ 33.49%
G 13 of 215 ~ 6.05%
B 130 of 215 ~ 60.47%

%33.49
%60.47

CMYK RENK MODELİ

#480D82 rengi CMYK tonu (45,90,0,49).

  • camgöbeği tonu 44.62%
  • eflatun tonu 90.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(45,90,0,49)
C45M90Y0K49 
(45%,90%,0%,49%)
(0.45/0.90/0.00/0.49)	

CMYK yüzdeleri

%44.62
%90
%0
%49.02

Codes

Color #480D82 in popluar color models

480D82
RGB7213130
HSL270°81.82%28.04%
HSB/HSV270°90.00%50.98%
CMYK44.62%90.00%0.00%
49.02%

Color #480D82 in popluar number systems.

HEX480D82
Decimal7213130
Binary1001000110110000010
Octal11015202

Shades and tints

Shades of #480D82

#480D82
(72,13,130)
#420C77
(66,12,119)
#3C0B6C
(60,11,108)
#360A61
(54,10,97)
#300956
(48,9,86)
#2A084B
(42,8,75)
#240740
(36,7,64)
#1E0635
(30,6,53)
#18052A
(24,5,42)
#12041F
(18,4,31)
#0C0314
(12,3,20)
#000000
(0,0,0)

Tints of #480D82

#480D82
(72,13,130)
#58238D
(88,35,141)
#683998
(104,57,152)
#784FA3
(120,79,163)
#8865AE
(136,101,174)
#987BB9
(152,123,185)
#A891C4
(168,145,196)
#B8A7CF
(184,167,207)
#C8BDDA
(200,189,218)
#D8D3E5
(216,211,229)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480D82 color. Also use rgb(72,13,130) instead hex code.

Text Font Color

.myTextColor { color: #480D82; }

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

This text font color is #480D82.


Background Color

.myBgColor { background-color: #480D82; }

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

This div background color is #480D82.


Border color

.myBorderColor { border: 1px solid #480D82; }

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

This div border color is #480D82.


Opacity

.myOpacity80 { color: #480D82; opacity: 0.8; }

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

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

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

This text has shadow with #480D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480D82 on black background.


Color preview on white background

This text has color #480D82 on white background.



Black color preview on #480D82 background

This text has black color on #480D82 background.


White color preview on #480D82 background

This text has white color on #480D82 background.