COLOR #4F1D81

HEX: #4F1D81
RGB: (79,29,129)

Color info

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

RGB color model

#4F1D81 color RGB value is (79,29,129).

  • red value is 79;
  • green value is 29;
  • blue value is 129.
RGB:
(79,29,129)
(31%,11%,51%)

RGB channels and saturation

R 79 of 255 = 31%
G 29 of 255 = 11%
B 129 of 255 = 51%

79
29
129

R + G + B ~ 31%. #4F1D81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 29 + 129 = 237 (100%)
R 79 of 237 ~ 33.33%
G 29 of 237 ~ 12.24%
B 129 of 237 ~ 54.43%

%33.33
%12.24
%54.43

CMYK color model

#4F1D81 color CMYK value is (39,78,0,49).

  • cyan value is 38.76%
  • magenta value is 77.52%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(39,78,0,49)
C39M78Y0K49 
(39%,78%,0%,49%)
(0.39/0.78/0.00/0.49)	

CMYK percentages

%38.76
%77.52
%0
%49.41

Codes

Color #4F1D81 in popluar color models

4F1D81
RGB7929129
HSL270°63.29%30.98%
HSB/HSV270°77.52%50.59%
CMYK38.76%77.52%0.00%
49.41%

Color #4F1D81 in popluar number systems.

HEX4F1D81
Decimal7929129
Binary10011111110110000001
Octal11735201

Shades and tints

Shades of #4F1D81

#4F1D81
(79,29,129)
#481B76
(72,27,118)
#41196B
(65,25,107)
#3A1760
(58,23,96)
#331555
(51,21,85)
#2C134A
(44,19,74)
#25113F
(37,17,63)
#1E0F34
(30,15,52)
#170D29
(23,13,41)
#100B1E
(16,11,30)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #4F1D81

#4F1D81
(79,29,129)
#5F318C
(95,49,140)
#6F4597
(111,69,151)
#7F59A2
(127,89,162)
#8F6DAD
(143,109,173)
#9F81B8
(159,129,184)
#AF95C3
(175,149,195)
#BFA9CE
(191,169,206)
#CFBDD9
(207,189,217)
#DFD1E4
(223,209,228)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1D81 color. Also use rgb(79,29,129) instead hex code.

Text Font Color

.myTextColor { color: #4F1D81; }

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

This text font color is #4F1D81.


Background Color

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

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

This div background color is #4F1D81.


Border color

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

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

This div border color is #4F1D81.


Opacity

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

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

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

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

This text has shadow with #4F1D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1D81 on black background.


Color preview on white background

This text has color #4F1D81 on white background.



Black color preview on #4F1D81 background

This text has black color on #4F1D81 background.


White color preview on #4F1D81 background

This text has white color on #4F1D81 background.