COLOR #1F1247

HEX: #1F1247 RGB: (31,18,71)

Color info

#1F1247 contains red, green and blue colors in about the same proportion. Web safe color of #1F1247 is #330033 (or #303).

RGB color model

#1F1247 color RGB value is (31,18,71).

RGB: (31,18,71) (12%, 7%, 28%)

RGB channels and saturation

R 31 of 255 = 12%
G 18 of 255 = 7%
B 71 of 255 = 28%

31
18
71

R + G + B ~ 16%. #1F1247 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 18 + 71 = 120 (100%)
R 31 of 120 ~ 25.83%
G 18 of 120 ~ 15%
B 71 of 120 ~ 59.17'%

%25.83
%15
%59.17

CMYK color model

#1F1247 color CMYK value is (56,75,0,72).

  • cyan value is 56.34%
  • magenta value is 74.65%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (56,75,0,72)
C56M75Y0K72 (56%, 75%, 0%, 72%)
(0.56 / 0.75 / 0.00 / 0.72)

CMYK percentages

%56.34
%74.65
%0
%72.16

Codes

Color #1F1247 in popluar color models

1F 12 47
RGB 31 18 71
HSL 255° 59.55% 17.45%
HSB/HSV 255° 74.65% 27.84%
CMYK 56.34% 74.65% 0.00%
72.16%

Color #1F1247 in popluar number systems.

HEX 1F 12 47
Decimal 31 18 71
Binary 11111 10010 1000111
Octal 37 22 107

Shades and tints

Shades of #1F1247

#1F1247
(31,18,71)
#1D1141
(29,17,65)
#1B103B
(27,16,59)
#190F35
(25,15,53)
#170E2F
(23,14,47)
#150D29
(21,13,41)
#130C23
(19,12,35)
#110B1D
(17,11,29)
#0F0A17
(15,10,23)
#0D0911
(13,9,17)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #1F1247

#1F1247
(31,18,71)
#332757
(51,39,87)
#473C67
(71,60,103)
#5B5177
(91,81,119)
#6F6687
(111,102,135)
#837B97
(131,123,151)
#9790A7
(151,144,167)
#ABA5B7
(171,165,183)
#BFBAC7
(191,186,199)
#D3CFD7
(211,207,215)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F1247 color. Also use rgb(31,18,71) instead hex code.

Text Font Color

.myTextColor { color: #1F1247; }

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

This text font color is #1F1247.

Background Color

.myBgColor { background-color: #1F1247; }

<div style="background-color:#1F1247">Inner text</div>

This div background color is #1F1247.

Border color

.myBorderColor { border: 1px solid #1F1247; }

<div style="border:3px solid #1F1247">Div</div>

This div border color is #1F1247.

Opacity

.myOpacity80 { color: #1F1247; opacity: 0.8; }

<p style="color:#1F1247;opacity:0.8;">80%</p>

Text with #1F1247 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 #1F1247;}

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

This text has shadow with #1F1247 color.


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

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

This text has shadow with #1F1247 primary color and red secondary color.


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

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

This text has shadow with #1F1247 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1F1247.

Preview

Color preview on black background

This text has color #1F1247 on black background.


Color preview on white background

This text has color #1F1247 on white background.


Black color preview on #1F1247 background

This text has black color on #1F1247 background.


White color preview on #1F1247 background

This text has white color on #1F1247 background.


Related colors

Complementary color

Complementary color for #hex is #E0EDB8.


I love getcolorcode.com

Triadic colors

1 #471F12 and #12471F with #1F1247 are triadic colors.

2 #47121F and #121F47 with #1F1247 are triadic colors.