COLOR #332969

HEX: #332969
RGB: (51,41,105)

Color info

#332969 contains mainly red and blue colors. Web safe color of #332969 is #333366 (or #336).

RGB color model

#332969 color RGB value is (51,41,105).

  • red value is 51;
  • green value is 41;
  • blue value is 105.
RGB:
(51,41,105)
(20%,16%,41%)

RGB channels and saturation

R 51 of 255 = 20%
G 41 of 255 = 16%
B 105 of 255 = 41%

51
41
105

R + G + B ~ 26%. #332969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 41 + 105 = 197 (100%)
R 51 of 197 ~ 25.89%
G 41 of 197 ~ 20.81%
B 105 of 197 ~ 53.3%

%25.89
%20.81
%53.3

CMYK color model

#332969 color CMYK value is (51,61,0,59).

  • cyan value is 51.43%
  • magenta value is 60.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(51,61,0,59)
C51M61Y0K59 
(51%,61%,0%,59%)
(0.51/0.61/0.00/0.59)	

CMYK percentages

%51.43
%60.95
%0
%58.82

Codes

Color #332969 in popluar color models

332969
RGB5141105
HSL249°43.84%28.63%
HSB/HSV249°60.95%41.18%
CMYK51.43%60.95%0.00%
58.82%

Color #332969 in popluar number systems.

HEX332969
Decimal5141105
Binary1100111010011101001
Octal6351151

Shades and tints

Shades of #332969

#332969
(51,41,105)
#2F2660
(47,38,96)
#2B2357
(43,35,87)
#27204E
(39,32,78)
#231D45
(35,29,69)
#1F1A3C
(31,26,60)
#1B1733
(27,23,51)
#17142A
(23,20,42)
#131121
(19,17,33)
#0F0E18
(15,14,24)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #332969

#332969
(51,41,105)
#453C76
(69,60,118)
#574F83
(87,79,131)
#696290
(105,98,144)
#7B759D
(123,117,157)
#8D88AA
(141,136,170)
#9F9BB7
(159,155,183)
#B1AEC4
(177,174,196)
#C3C1D1
(195,193,209)
#D5D4DE
(213,212,222)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332969 color. Also use rgb(51,41,105) instead hex code.

Text Font Color

.myTextColor { color: #332969; }

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

This text font color is #332969.


Background Color

.myBgColor { background-color: #332969; }

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

This div background color is #332969.


Border color

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

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

This div border color is #332969.


Opacity

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

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

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

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

This text has shadow with #332969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332969 on black background.


Color preview on white background

This text has color #332969 on white background.



Black color preview on #332969 background

This text has black color on #332969 background.


White color preview on #332969 background

This text has white color on #332969 background.