COLOR #332555

HEX: #332555 RGB: (51,37,85)

Color info

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

RGB color model

#332555 color RGB value is (51,37,85).

RGB: (51,37,85) (20%, 15%, 33%)

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 85 of 255 = 33%

51
37
85

R + G + B ~ 23%. #332555 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 37 + 85 = 173 (100%)
R 51 of 173 ~ 29.48%
G 37 of 173 ~ 21.39%
B 85 of 173 ~ 49.13'%

%29.48
%21.39
%49.13

CMYK color model

#332555 color CMYK value is (40,56,0,67).

  • cyan value is 40.00%
  • magenta value is 56.47%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (40,56,0,67)
C40M56Y0K67 (40%, 56%, 0%, 67%)
(0.40 / 0.56 / 0.00 / 0.67)

CMYK percentages

%40
%56.47
%0
%66.67

Codes

Color #332555 in popluar color models

33 25 55
RGB 51 37 85
HSL 258° 39.34% 23.92%
HSB/HSV 258° 56.47% 33.33%
CMYK 40.00% 56.47% 0.00%
66.67%

Color #332555 in popluar number systems.

HEX 33 25 55
Decimal 51 37 85
Binary 110011 100101 1010101
Octal 63 45 125

Shades and tints

Shades of #332555

#332555
(51,37,85)
#2F224E
(47,34,78)
#2B1F47
(43,31,71)
#271C40
(39,28,64)
#231939
(35,25,57)
#1F1632
(31,22,50)
#1B132B
(27,19,43)
#171024
(23,16,36)
#130D1D
(19,13,29)
#0F0A16
(15,10,22)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #332555

#332555
(51,37,85)
#453864
(69,56,100)
#574B73
(87,75,115)
#695E82
(105,94,130)
#7B7191
(123,113,145)
#8D84A0
(141,132,160)
#9F97AF
(159,151,175)
#B1AABE
(177,170,190)
#C3BDCD
(195,189,205)
#D5D0DC
(213,208,220)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332555; }

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

This text font color is #332555.

Background Color

.myBgColor { background-color: #332555; }

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

This div background color is #332555.

Border color

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

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

This div border color is #332555.

Opacity

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

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

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

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

This text has shadow with #332555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332555.

Preview

Color preview on black background

This text has color #332555 on black background.


Color preview on white background

This text has color #332555 on white background.


Black color preview on #332555 background

This text has black color on #332555 background.


White color preview on #332555 background

This text has white color on #332555 background.


Related colors

Complementary color

Complementary color for #hex is #CCDAAA.


I love getcolorcode.com

Triadic colors

1 #553325 and #255533 with #332555 are triadic colors.

2 #552533 and #253355 with #332555 are triadic colors.