COLOR #4F1961

HEX: #4F1961 RGB: (79,25,97)

Color info

#4F1961 contains mainly red and blue colors. Web safe color of #4F1961 is #660066 (or #606).

RGB color model

#4F1961 color RGB value is (79,25,97).

RGB: (79,25,97) (31%, 10%, 38%)

RGB channels and saturation

R 79 of 255 = 31%
G 25 of 255 = 10%
B 97 of 255 = 38%

79
25
97

R + G + B ~ 26%. #4F1961 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 25 + 97 = 201 (100%)
R 79 of 201 ~ 39.3%
G 25 of 201 ~ 12.44%
B 97 of 201 ~ 48.26'%

%39.3
%12.44
%48.26

CMYK color model

#4F1961 color CMYK value is (19,74,0,62).

  • cyan value is 18.56%
  • magenta value is 74.23%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (19,74,0,62)
C19M74Y0K62 (19%, 74%, 0%, 62%)
(0.19 / 0.74 / 0.00 / 0.62)

CMYK percentages

%18.56
%74.23
%0
%61.96

Codes

Color #4F1961 in popluar color models

4F 19 61
RGB 79 25 97
HSL 285° 59.02% 23.92%
HSB/HSV 285° 74.23% 38.04%
CMYK 18.56% 74.23% 0.00%
61.96%

Color #4F1961 in popluar number systems.

HEX 4F 19 61
Decimal 79 25 97
Binary 1001111 11001 1100001
Octal 117 31 141

Shades and tints

Shades of #4F1961

#4F1961
(79,25,97)
#481759
(72,23,89)
#411551
(65,21,81)
#3A1349
(58,19,73)
#331141
(51,17,65)
#2C0F39
(44,15,57)
#250D31
(37,13,49)
#1E0B29
(30,11,41)
#170921
(23,9,33)
#100719
(16,7,25)
#090511
(9,5,17)
#000000
(0,0,0)

Tints of #4F1961

#4F1961
(79,25,97)
#5F2D6F
(95,45,111)
#6F417D
(111,65,125)
#7F558B
(127,85,139)
#8F6999
(143,105,153)
#9F7DA7
(159,125,167)
#AF91B5
(175,145,181)
#BFA5C3
(191,165,195)
#CFB9D1
(207,185,209)
#DFCDDF
(223,205,223)
#EFE1ED
(239,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1961 color. Also use rgb(79,25,97) instead hex code.

Text Font Color

.myTextColor { color: #4F1961; }

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

This text font color is #4F1961.

Background Color

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

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

This div background color is #4F1961.

Border color

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

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

This div border color is #4F1961.

Opacity

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

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

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

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

This text has shadow with #4F1961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F1961.

Preview

Color preview on black background

This text has color #4F1961 on black background.


Color preview on white background

This text has color #4F1961 on white background.


Black color preview on #4F1961 background

This text has black color on #4F1961 background.


White color preview on #4F1961 background

This text has white color on #4F1961 background.


Related colors

Complementary color

Complementary color for #hex is #B0E69E.


I love getcolorcode.com

Triadic colors

1 #614F19 and #19614F with #4F1961 are triadic colors.

2 #61194F and #194F61 with #4F1961 are triadic colors.