COLOR #501FB0

HEX: #501FB0
RGB: (80,31,176)

Renk bilgisi

#501FB0 contains mainly blue color. #501FB0 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#501FB0 color RGB value is (80,31,176).

  • kırmız ton 80;
  • yeşil ton 31;
  • mavi ton 176.
RGB:
(80,31,176)
(31%,12%,69%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 31 of 255 = 12%
B 176 of 255 = 69%

80
31
176

R + G + B ~ 37%. #501FB0 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 31 + 176 = 287 (100%)
R 80 of 287 ~ 27.87%
G 31 of 287 ~ 10.8%
B 176 of 287 ~ 61.32%

%27.87
%10.8
%61.32

CMYK RENK MODELİ

#501FB0 rengi CMYK tonu (55,82,0,31).

  • camgöbeği tonu 54.55%
  • eflatun tonu 82.39%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(55,82,0,31)
C55M82Y0K31 
(55%,82%,0%,31%)
(0.55/0.82/0.00/0.31)	

CMYK yüzdeleri

%54.55
%82.39
%0
%30.98

Codes

Color #501FB0 in popluar color models

501FB0
RGB8031176
HSL260°70.05%40.59%
HSB/HSV260°82.39%69.02%
CMYK54.55%82.39%0.00%
30.98%

Color #501FB0 in popluar number systems.

HEX501FB0
Decimal8031176
Binary10100001111110110000
Octal12037260

Shades and tints

Shades of #501FB0

#501FB0
(80,31,176)
#491DA0
(73,29,160)
#421B90
(66,27,144)
#3B1980
(59,25,128)
#341770
(52,23,112)
#2D1560
(45,21,96)
#261350
(38,19,80)
#1F1140
(31,17,64)
#180F30
(24,15,48)
#110D20
(17,13,32)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #501FB0

#501FB0
(80,31,176)
#5F33B7
(95,51,183)
#6E47BE
(110,71,190)
#7D5BC5
(125,91,197)
#8C6FCC
(140,111,204)
#9B83D3
(155,131,211)
#AA97DA
(170,151,218)
#B9ABE1
(185,171,225)
#C8BFE8
(200,191,232)
#D7D3EF
(215,211,239)
#E6E7F6
(230,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501FB0 color. Also use rgb(80,31,176) instead hex code.

Text Font Color

.myTextColor { color: #501FB0; }

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

This text font color is #501FB0.


Background Color

.myBgColor { background-color: #501FB0; }

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

This div background color is #501FB0.


Border color

.myBorderColor { border: 1px solid #501FB0; }

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

This div border color is #501FB0.


Opacity

.myOpacity80 { color: #501FB0; opacity: 0.8; }

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

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

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

This text has shadow with #501FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501FB0 on black background.


Color preview on white background

This text has color #501FB0 on white background.



Black color preview on #501FB0 background

This text has black color on #501FB0 background.


White color preview on #501FB0 background

This text has white color on #501FB0 background.