COLOR #2F2481

HEX: #2F2481
RGB: (47,36,129)

Color info

#2F2481 contains mainly blue color. Web safe color of #2F2481 is #333399 (or #339).

RGB color model

#2F2481 color RGB value is (47,36,129).

  • red value is 47;
  • green value is 36;
  • blue value is 129.
RGB:
(47,36,129)
(18%,14%,51%)

RGB channels and saturation

R 47 of 255 = 18%
G 36 of 255 = 14%
B 129 of 255 = 51%

47
36
129

R + G + B ~ 28%. #2F2481 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 36 + 129 = 212 (100%)
R 47 of 212 ~ 22.17%
G 36 of 212 ~ 16.98%
B 129 of 212 ~ 60.85%

%22.17
%16.98
%60.85

CMYK color model

#2F2481 color CMYK value is (64,72,0,49).

  • cyan value is 63.57%
  • magenta value is 72.09%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(64,72,0,49)
C64M72Y0K49 
(64%,72%,0%,49%)
(0.64/0.72/0.00/0.49)	

CMYK percentages

%63.57
%72.09
%0
%49.41

Codes

Color #2F2481 in popluar color models

2F2481
RGB4736129
HSL247°56.36%32.35%
HSB/HSV247°72.09%50.59%
CMYK63.57%72.09%0.00%
49.41%

Color #2F2481 in popluar number systems.

HEX2F2481
Decimal4736129
Binary10111110010010000001
Octal5744201

Shades and tints

Shades of #2F2481

#2F2481
(47,36,129)
#2B2176
(43,33,118)
#271E6B
(39,30,107)
#231B60
(35,27,96)
#1F1855
(31,24,85)
#1B154A
(27,21,74)
#17123F
(23,18,63)
#130F34
(19,15,52)
#0F0C29
(15,12,41)
#0B091E
(11,9,30)
#070613
(7,6,19)
#000000
(0,0,0)

Tints of #2F2481

#2F2481
(47,36,129)
#41378C
(65,55,140)
#534A97
(83,74,151)
#655DA2
(101,93,162)
#7770AD
(119,112,173)
#8983B8
(137,131,184)
#9B96C3
(155,150,195)
#ADA9CE
(173,169,206)
#BFBCD9
(191,188,217)
#D1CFE4
(209,207,228)
#E3E2EF
(227,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2481 color. Also use rgb(47,36,129) instead hex code.

Text Font Color

.myTextColor { color: #2F2481; }

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

This text font color is #2F2481.


Background Color

.myBgColor { background-color: #2F2481; }

<div style="background-color:#2F2481">Inner text</div>

This div background color is #2F2481.


Border color

.myBorderColor { border: 1px solid #2F2481; }

<div style="border:3px solid #2F2481">Div</div>

This div border color is #2F2481.


Opacity

.myOpacity80 { color: #2F2481; opacity: 0.8; }

<p style="color:#2F2481;opacity:0.8;">80%</p>

Text with #2F2481 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 #2F2481;}

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

This text has shadow with #2F2481 color.

.textShadow {text-shadow: 3px 3px 1px #2F2481, 3px 3px 1px red;}

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

This text has shadow with #2F2481 primary color and red secondary color.


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

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

This text has shadow with #2F2481 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2481 on black background.


Color preview on white background

This text has color #2F2481 on white background.



Black color preview on #2F2481 background

This text has black color on #2F2481 background.


White color preview on #2F2481 background

This text has white color on #2F2481 background.