COLOR #4F1E85

HEX: #4F1E85
RGB: (79,30,133)

Color info

#4F1E85 contains mainly red and blue colors. Web safe color of #4F1E85 is #663399 (or #639).

RGB color model

#4F1E85 color RGB value is (79,30,133).

  • red value is 79;
  • green value is 30;
  • blue value is 133.
RGB:
(79,30,133)
(31%,12%,52%)

RGB channels and saturation

R 79 of 255 = 31%
G 30 of 255 = 12%
B 133 of 255 = 52%

79
30
133

R + G + B ~ 32%. #4F1E85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 30 + 133 = 242 (100%)
R 79 of 242 ~ 32.64%
G 30 of 242 ~ 12.4%
B 133 of 242 ~ 54.96%

%32.64
%12.4
%54.96

CMYK color model

#4F1E85 color CMYK value is (41,77,0,48).

  • cyan value is 40.60%
  • magenta value is 77.44%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(41,77,0,48)
C41M77Y0K48 
(41%,77%,0%,48%)
(0.41/0.77/0.00/0.48)	

CMYK percentages

%40.6
%77.44
%0
%47.84

Codes

Color #4F1E85 in popluar color models

4F1E85
RGB7930133
HSL269°63.19%31.96%
HSB/HSV269°77.44%52.16%
CMYK40.60%77.44%0.00%
47.84%

Color #4F1E85 in popluar number systems.

HEX4F1E85
Decimal7930133
Binary10011111111010000101
Octal11736205

Shades and tints

Shades of #4F1E85

#4F1E85
(79,30,133)
#481C79
(72,28,121)
#411A6D
(65,26,109)
#3A1861
(58,24,97)
#331655
(51,22,85)
#2C1449
(44,20,73)
#25123D
(37,18,61)
#1E1031
(30,16,49)
#170E25
(23,14,37)
#100C19
(16,12,25)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F1E85

#4F1E85
(79,30,133)
#5F3290
(95,50,144)
#6F469B
(111,70,155)
#7F5AA6
(127,90,166)
#8F6EB1
(143,110,177)
#9F82BC
(159,130,188)
#AF96C7
(175,150,199)
#BFAAD2
(191,170,210)
#CFBEDD
(207,190,221)
#DFD2E8
(223,210,232)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1E85 color. Also use rgb(79,30,133) instead hex code.

Text Font Color

.myTextColor { color: #4F1E85; }

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

This text font color is #4F1E85.


Background Color

.myBgColor { background-color: #4F1E85; }

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

This div background color is #4F1E85.


Border color

.myBorderColor { border: 1px solid #4F1E85; }

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

This div border color is #4F1E85.


Opacity

.myOpacity80 { color: #4F1E85; opacity: 0.8; }

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

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

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

This text has shadow with #4F1E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1E85 on black background.


Color preview on white background

This text has color #4F1E85 on white background.



Black color preview on #4F1E85 background

This text has black color on #4F1E85 background.


White color preview on #4F1E85 background

This text has white color on #4F1E85 background.