COLOR #2B0080

HEX: #2B0080
RGB: (43,0,128)

Color info

#2B0080 contains mainly blue color. Web safe color of #2B0080 is #330066 (or #306).

RGB color model

#2B0080 color RGB value is (43,0,128).

  • red value is 43;
  • green value is 0;
  • blue value is 128.
RGB:
(43,0,128)
(17%,0%,50%)

RGB channels and saturation

R 43 of 255 = 17%
G 0 of 255 = 0%
B 128 of 255 = 50%

43
0
128

R + G + B ~ 22%. #2B0080 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 0 + 128 = 171 (100%)
R 43 of 171 ~ 25.15%
G 0 of 171 ~ 0%
B 128 of 171 ~ 74.85%

%25.15
%74.85

CMYK color model

#2B0080 color CMYK value is (66,100,0,50).

  • cyan value is 66.41%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(66,100,0,50)
C66M100Y0K50 
(66%,100%,0%,50%)
(0.66/1.00/0.00/0.50)	

CMYK percentages

%66.41
%100
%0
%49.8

Codes

Color #2B0080 in popluar color models

2B0080
RGB430128
HSL260°100.00%25.10%
HSB/HSV260°100.00%50.20%
CMYK66.41%100.00%0.00%
49.80%

Color #2B0080 in popluar number systems.

HEX2B0080
Decimal430128
Binary101011010000000
Octal530200

Shades and tints

Shades of #2B0080

#2B0080
(43,0,128)
#280075
(40,0,117)
#25006A
(37,0,106)
#22005F
(34,0,95)
#1F0054
(31,0,84)
#1C0049
(28,0,73)
#19003E
(25,0,62)
#160033
(22,0,51)
#130028
(19,0,40)
#10001D
(16,0,29)
#0D0012
(13,0,18)
#000000
(0,0,0)

Tints of #2B0080

#2B0080
(43,0,128)
#3E178B
(62,23,139)
#512E96
(81,46,150)
#6445A1
(100,69,161)
#775CAC
(119,92,172)
#8A73B7
(138,115,183)
#9D8AC2
(157,138,194)
#B0A1CD
(176,161,205)
#C3B8D8
(195,184,216)
#D6CFE3
(214,207,227)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B0080 color. Also use rgb(43,0,128) instead hex code.

Text Font Color

.myTextColor { color: #2B0080; }

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

This text font color is #2B0080.


Background Color

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

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

This div background color is #2B0080.


Border color

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

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

This div border color is #2B0080.


Opacity

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

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

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

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

This text has shadow with #2B0080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B0080 on black background.


Color preview on white background

This text has color #2B0080 on white background.



Black color preview on #2B0080 background

This text has black color on #2B0080 background.


White color preview on #2B0080 background

This text has white color on #2B0080 background.