COLOR #2B0649

HEX: #2B0649 RGB: (43,6,73)

Color info

#2B0649 contains mainly red and blue colors. Web safe color of #2B0649 is #330033 (or #303).

RGB color model

#2B0649 color RGB value is (43,6,73).

RGB: (43,6,73) (17%, 2%, 29%)

RGB channels and saturation

R 43 of 255 = 17%
G 6 of 255 = 2%
B 73 of 255 = 29%

43
6
73

R + G + B ~ 16%. #2B0649 is dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 6 + 73 = 122 (100%)
R 43 of 122 ~ 35.25%
G 6 of 122 ~ 4.92%
B 73 of 122 ~ 59.84'%

%35.25
%59.84

CMYK color model

#2B0649 color CMYK value is (41,92,0,71).

  • cyan value is 41.10%
  • magenta value is 91.78%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (41,92,0,71)
C41M92Y0K71 (41%, 92%, 0%, 71%)
(0.41 / 0.92 / 0.00 / 0.71)

CMYK percentages

%41.1
%91.78
%0
%71.37

Codes

Color #2B0649 in popluar color models

2B 06 49
RGB 43 6 73
HSL 273° 84.81% 15.49%
HSB/HSV 273° 91.78% 28.63%
CMYK 41.10% 91.78% 0.00%
71.37%

Color #2B0649 in popluar number systems.

HEX 2B 06 49
Decimal 43 6 73
Binary 101011 110 1001001
Octal 53 6 111

Shades and tints

Shades of #2B0649

#2B0649
(43,6,73)
#280643
(40,6,67)
#25063D
(37,6,61)
#220637
(34,6,55)
#1F0631
(31,6,49)
#1C062B
(28,6,43)
#190625
(25,6,37)
#16061F
(22,6,31)
#130619
(19,6,25)
#100613
(16,6,19)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #2B0649

#2B0649
(43,6,73)
#3E1C59
(62,28,89)
#513269
(81,50,105)
#644879
(100,72,121)
#775E89
(119,94,137)
#8A7499
(138,116,153)
#9D8AA9
(157,138,169)
#B0A0B9
(176,160,185)
#C3B6C9
(195,182,201)
#D6CCD9
(214,204,217)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B0649 color. Also use rgb(43,6,73) instead hex code.

Text Font Color

.myTextColor { color: #2B0649; }

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

This text font color is #2B0649.

Background Color

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

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

This div background color is #2B0649.

Border color

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

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

This div border color is #2B0649.

Opacity

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

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

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

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

This text has shadow with #2B0649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B0649.

Preview

Color preview on black background

This text has color #2B0649 on black background.


Color preview on white background

This text has color #2B0649 on white background.


Black color preview on #2B0649 background

This text has black color on #2B0649 background.


White color preview on #2B0649 background

This text has white color on #2B0649 background.


Related colors

Complementary color

Complementary color for #hex is #D4F9B6.


I love getcolorcode.com

Triadic colors

1 #492B06 and #06492B with #2B0649 are triadic colors.

2 #49062B and #062B49 with #2B0649 are triadic colors.