COLOR #330381

HEX: #330381
RGB: (51,3,129)

Color info

#330381 contains mainly blue color. Web safe color of #330381 is #330099 (or #309).

RGB color model

#330381 color RGB value is (51,3,129).

  • red value is 51;
  • green value is 3;
  • blue value is 129.
RGB:
(51,3,129)
(20%,1%,51%)

RGB channels and saturation

R 51 of 255 = 20%
G 3 of 255 = 1%
B 129 of 255 = 51%

51
3
129

R + G + B ~ 24%. #330381 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 3 + 129 = 183 (100%)
R 51 of 183 ~ 27.87%
G 3 of 183 ~ 1.64%
B 129 of 183 ~ 70.49%

%27.87
%70.49

CMYK color model

#330381 color CMYK value is (60,98,0,49).

  • cyan value is 60.47%
  • magenta value is 97.67%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(60,98,0,49)
C60M98Y0K49 
(60%,98%,0%,49%)
(0.60/0.98/0.00/0.49)	

CMYK percentages

%60.47
%97.67
%0
%49.41

Codes

Color #330381 in popluar color models

330381
RGB513129
HSL263°95.45%25.88%
HSB/HSV263°97.67%50.59%
CMYK60.47%97.67%0.00%
49.41%

Color #330381 in popluar number systems.

HEX330381
Decimal513129
Binary1100111110000001
Octal633201

Shades and tints

Shades of #330381

#330381
(51,3,129)
#2F0376
(47,3,118)
#2B036B
(43,3,107)
#270360
(39,3,96)
#230355
(35,3,85)
#1F034A
(31,3,74)
#1B033F
(27,3,63)
#170334
(23,3,52)
#130329
(19,3,41)
#0F031E
(15,3,30)
#0B0313
(11,3,19)
#000000
(0,0,0)

Tints of #330381

#330381
(51,3,129)
#45198C
(69,25,140)
#572F97
(87,47,151)
#6945A2
(105,69,162)
#7B5BAD
(123,91,173)
#8D71B8
(141,113,184)
#9F87C3
(159,135,195)
#B19DCE
(177,157,206)
#C3B3D9
(195,179,217)
#D5C9E4
(213,201,228)
#E7DFEF
(231,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330381 color. Also use rgb(51,3,129) instead hex code.

Text Font Color

.myTextColor { color: #330381; }

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

This text font color is #330381.


Background Color

.myBgColor { background-color: #330381; }

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

This div background color is #330381.


Border color

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

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

This div border color is #330381.


Opacity

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

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

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

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

This text has shadow with #330381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330381 on black background.


Color preview on white background

This text has color #330381 on white background.



Black color preview on #330381 background

This text has black color on #330381 background.


White color preview on #330381 background

This text has white color on #330381 background.