COLOR #332551

HEX: #332551 RGB: (51,37,81)

Color info

#332551 contains red, green and blue colors in about the same proportion. Web safe color of #332551 is #333366 (or #336).

RGB color model

#332551 color RGB value is (51,37,81).

RGB: (51,37,81) (20%, 15%, 32%)

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 81 of 255 = 32%

51
37
81

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

Portions of RGB colors in percentages

R + G + B = 51 + 37 + 81 = 169 (100%)
R 51 of 169 ~ 30.18%
G 37 of 169 ~ 21.89%
B 81 of 169 ~ 47.93'%

%30.18
%21.89
%47.93

CMYK color model

#332551 color CMYK value is (37,54,0,68).

  • cyan value is 37.04%
  • magenta value is 54.32%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (37,54,0,68)
C37M54Y0K68 (37%, 54%, 0%, 68%)
(0.37 / 0.54 / 0.00 / 0.68)

CMYK percentages

%37.04
%54.32
%0
%68.24

Codes

Color #332551 in popluar color models

33 25 51
RGB 51 37 81
HSL 259° 37.29% 23.14%
HSB/HSV 259° 54.32% 31.76%
CMYK 37.04% 54.32% 0.00%
68.24%

Color #332551 in popluar number systems.

HEX 33 25 51
Decimal 51 37 81
Binary 110011 100101 1010001
Octal 63 45 121

Shades and tints

Shades of #332551

#332551
(51,37,81)
#2F224A
(47,34,74)
#2B1F43
(43,31,67)
#271C3C
(39,28,60)
#231935
(35,25,53)
#1F162E
(31,22,46)
#1B1327
(27,19,39)
#171020
(23,16,32)
#130D19
(19,13,25)
#0F0A12
(15,10,18)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #332551

#332551
(51,37,81)
#453860
(69,56,96)
#574B6F
(87,75,111)
#695E7E
(105,94,126)
#7B718D
(123,113,141)
#8D849C
(141,132,156)
#9F97AB
(159,151,171)
#B1AABA
(177,170,186)
#C3BDC9
(195,189,201)
#D5D0D8
(213,208,216)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332551 color. Also use rgb(51,37,81) instead hex code.

Text Font Color

.myTextColor { color: #332551; }

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

This text font color is #332551.

Background Color

.myBgColor { background-color: #332551; }

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

This div background color is #332551.

Border color

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

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

This div border color is #332551.

Opacity

.myOpacity80 { color: #332551; opacity: 0.8; }

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

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

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

This text has shadow with #332551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332551.

Preview

Color preview on black background

This text has color #332551 on black background.


Color preview on white background

This text has color #332551 on white background.


Black color preview on #332551 background

This text has black color on #332551 background.


White color preview on #332551 background

This text has white color on #332551 background.


Related colors

Complementary color

Complementary color for #hex is #CCDAAE.


I love getcolorcode.com

Triadic colors

1 #513325 and #255133 with #332551 are triadic colors.

2 #512533 and #253351 with #332551 are triadic colors.