COLOR #471F5B

HEX: #471F5B RGB: (71,31,91)

Color info

#471F5B contains mainly red and blue colors. Web safe color of #471F5B is #333366 (or #336).

RGB color model

#471F5B color RGB value is (71,31,91).

RGB: (71,31,91) (28%, 12%, 36%)

RGB channels and saturation

R 71 of 255 = 28%
G 31 of 255 = 12%
B 91 of 255 = 36%

71
31
91

R + G + B ~ 25%. #471F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 31 + 91 = 193 (100%)
R 71 of 193 ~ 36.79%
G 31 of 193 ~ 16.06%
B 91 of 193 ~ 47.15'%

%36.79
%16.06
%47.15

CMYK color model

#471F5B color CMYK value is (22,66,0,64).

  • cyan value is 21.98%
  • magenta value is 65.93%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (22,66,0,64)
C22M66Y0K64 (22%, 66%, 0%, 64%)
(0.22 / 0.66 / 0.00 / 0.64)

CMYK percentages

%21.98
%65.93
%0
%64.31

Codes

Color #471F5B in popluar color models

47 1F 5B
RGB 71 31 91
HSL 280° 49.18% 23.92%
HSB/HSV 280° 65.93% 35.69%
CMYK 21.98% 65.93% 0.00%
64.31%

Color #471F5B in popluar number systems.

HEX 47 1F 5B
Decimal 71 31 91
Binary 1000111 11111 1011011
Octal 107 37 133

Shades and tints

Shades of #471F5B

#471F5B
(71,31,91)
#411D53
(65,29,83)
#3B1B4B
(59,27,75)
#351943
(53,25,67)
#2F173B
(47,23,59)
#291533
(41,21,51)
#23132B
(35,19,43)
#1D1123
(29,17,35)
#170F1B
(23,15,27)
#110D13
(17,13,19)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #471F5B

#471F5B
(71,31,91)
#573369
(87,51,105)
#674777
(103,71,119)
#775B85
(119,91,133)
#876F93
(135,111,147)
#9783A1
(151,131,161)
#A797AF
(167,151,175)
#B7ABBD
(183,171,189)
#C7BFCB
(199,191,203)
#D7D3D9
(215,211,217)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471F5B color. Also use rgb(71,31,91) instead hex code.

Text Font Color

.myTextColor { color: #471F5B; }

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

This text font color is #471F5B.

Background Color

.myBgColor { background-color: #471F5B; }

<div style="background-color:#471F5B">Inner text</div>

This div background color is #471F5B.

Border color

.myBorderColor { border: 1px solid #471F5B; }

<div style="border:3px solid #471F5B">Div</div>

This div border color is #471F5B.

Opacity

.myOpacity80 { color: #471F5B; opacity: 0.8; }

<p style="color:#471F5B;opacity:0.8;">80%</p>

Text with #471F5B 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 #471F5B;}

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

This text has shadow with #471F5B color.


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

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

This text has shadow with #471F5B primary color and red secondary color.


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

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

This text has shadow with #471F5B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #471F5B.

Preview

Color preview on black background

This text has color #471F5B on black background.


Color preview on white background

This text has color #471F5B on white background.


Black color preview on #471F5B background

This text has black color on #471F5B background.


White color preview on #471F5B background

This text has white color on #471F5B background.


Related colors

Complementary color

Complementary color for #hex is #B8E0A4.


I love getcolorcode.com

Triadic colors

1 #5B471F and #1F5B47 with #471F5B are triadic colors.

2 #5B1F47 and #1F475B with #471F5B are triadic colors.