COLOR #332250

HEX: #332250
RGB: (51,34,80)

Color info

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

RGB color model

#332250 color RGB value is (51,34,80).

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

RGB channels and saturation

R 51 of 255 = 20%
G 34 of 255 = 13%
B 80 of 255 = 31%

51
34
80

R + G + B ~ 21%. #332250 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 34 + 80 = 165 (100%)
R 51 of 165 ~ 30.91%
G 34 of 165 ~ 20.61%
B 80 of 165 ~ 48.48%

%30.91
%20.61
%48.48

CMYK color model

#332250 color CMYK value is (36,58,0,69).

  • cyan value is 36.25%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(36,58,0,69)
C36M58Y0K69 
(36%,58%,0%,69%)
(0.36/0.58/0.00/0.69)	

CMYK percentages

%36.25
%57.5
%0
%68.63

Codes

Color #332250 in popluar color models

332250
RGB513480
HSL262°40.35%22.35%
HSB/HSV262°57.50%31.37%
CMYK36.25%57.50%0.00%
68.63%

Color #332250 in popluar number systems.

HEX332250
Decimal513480
Binary1100111000101010000
Octal6342120

Shades and tints

Shades of #332250

#332250
(51,34,80)
#2F1F49
(47,31,73)
#2B1C42
(43,28,66)
#27193B
(39,25,59)
#231634
(35,22,52)
#1F132D
(31,19,45)
#1B1026
(27,16,38)
#170D1F
(23,13,31)
#130A18
(19,10,24)
#0F0711
(15,7,17)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #332250

#332250
(51,34,80)
#45365F
(69,54,95)
#574A6E
(87,74,110)
#695E7D
(105,94,125)
#7B728C
(123,114,140)
#8D869B
(141,134,155)
#9F9AAA
(159,154,170)
#B1AEB9
(177,174,185)
#C3C2C8
(195,194,200)
#D5D6D7
(213,214,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332250; }

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

This text font color is #332250.


Background Color

.myBgColor { background-color: #332250; }

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

This div background color is #332250.


Border color

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

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

This div border color is #332250.


Opacity

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

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

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

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

This text has shadow with #332250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332250 on black background.


Color preview on white background

This text has color #332250 on white background.



Black color preview on #332250 background

This text has black color on #332250 background.


White color preview on #332250 background

This text has white color on #332250 background.