COLOR #332259

HEX: #332259
RGB: (51,34,89)

Color info

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

RGB color model

#332259 color RGB value is (51,34,89).

  • red value is 51;
  • green value is 34;
  • blue value is 89.
RGB:
(51,34,89)
(20%,13%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 34 of 255 = 13%
B 89 of 255 = 35%

51
34
89

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

Portions of RGB colors in percentages

R + G + B =
51 + 34 + 89 = 174 (100%)
R 51 of 174 ~ 29.31%
G 34 of 174 ~ 19.54%
B 89 of 174 ~ 51.15%

%29.31
%19.54
%51.15

CMYK color model

#332259 color CMYK value is (43,62,0,65).

  • cyan value is 42.70%
  • magenta value is 61.80%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,62,0,65)
C43M62Y0K65 
(43%,62%,0%,65%)
(0.43/0.62/0.00/0.65)	

CMYK percentages

%42.7
%61.8
%0
%65.1

Codes

Color #332259 in popluar color models

332259
RGB513489
HSL259°44.72%24.12%
HSB/HSV259°61.80%34.90%
CMYK42.70%61.80%0.00%
65.10%

Color #332259 in popluar number systems.

HEX332259
Decimal513489
Binary1100111000101011001
Octal6342131

Shades and tints

Shades of #332259

#332259
(51,34,89)
#2F1F51
(47,31,81)
#2B1C49
(43,28,73)
#271941
(39,25,65)
#231639
(35,22,57)
#1F1331
(31,19,49)
#1B1029
(27,16,41)
#170D21
(23,13,33)
#130A19
(19,10,25)
#0F0711
(15,7,17)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #332259

#332259
(51,34,89)
#453668
(69,54,104)
#574A77
(87,74,119)
#695E86
(105,94,134)
#7B7295
(123,114,149)
#8D86A4
(141,134,164)
#9F9AB3
(159,154,179)
#B1AEC2
(177,174,194)
#C3C2D1
(195,194,209)
#D5D6E0
(213,214,224)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332259 color. Also use rgb(51,34,89) instead hex code.

Text Font Color

.myTextColor { color: #332259; }

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

This text font color is #332259.


Background Color

.myBgColor { background-color: #332259; }

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

This div background color is #332259.


Border color

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

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

This div border color is #332259.


Opacity

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

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

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

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

This text has shadow with #332259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332259 on black background.


Color preview on white background

This text has color #332259 on white background.



Black color preview on #332259 background

This text has black color on #332259 background.


White color preview on #332259 background

This text has white color on #332259 background.