COLOR #330099

HEX: #330099 RGB: (51,0,153)

Color info

#330099 contains mainly blue color. #330099 color is web safe color. It maybe written shortly as #309.

RGB color model

#330099 color RGB value is (51,0,153).

RGB: (51,0,153) (20%, 0%, 60%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 153 of 255 = 60%

51
0
153

R + G + B ~ 27%. #330099 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 153 = 204 (100%)
R 51 of 204 ~ 25%
G 0 of 204 ~ 0%
B 153 of 204 ~ 75'%

%25
%75

CMYK color model

#330099 color CMYK value is (67,100,0,40).

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

CMYK: (67,100,0,40)
C67M100Y0K40 (67%, 100%, 0%, 40%)
(0.67 / 1.00 / 0.00 / 0.40)

CMYK percentages

%66.67
%100
%0
%40

Codes

Color #330099 in popluar color models

33 00 99
RGB 51 0 153
HSL 260° 100.00% 30.00%
HSB/HSV 260° 100.00% 60.00%
CMYK 66.67% 100.00% 0.00%
40.00%

Color #330099 in popluar number systems.

HEX 33 00 99
Decimal 51 0 153
Binary 110011 0 10011001
Octal 63 0 231

Shades and tints

Shades of #330099

#330099
(51,0,153)
#2F008C
(47,0,140)
#2B007F
(43,0,127)
#270072
(39,0,114)
#230065
(35,0,101)
#1F0058
(31,0,88)
#1B004B
(27,0,75)
#17003E
(23,0,62)
#130031
(19,0,49)
#0F0024
(15,0,36)
#0B0017
(11,0,23)
#000000
(0,0,0)

Tints of #330099

#330099
(51,0,153)
#4517A2
(69,23,162)
#572EAB
(87,46,171)
#6945B4
(105,69,180)
#7B5CBD
(123,92,189)
#8D73C6
(141,115,198)
#9F8ACF
(159,138,207)
#B1A1D8
(177,161,216)
#C3B8E1
(195,184,225)
#D5CFEA
(213,207,234)
#E7E6F3
(231,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330099 color. Also use rgb(51,0,153) instead hex code.

Text Font Color

.myTextColor { color: #330099; }

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

This text font color is #330099.

Background Color

.myBgColor { background-color: #330099; }

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

This div background color is #330099.

Border color

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

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

This div border color is #330099.

Opacity

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

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

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

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

This text has shadow with #330099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330099.

Preview

Color preview on black background

This text has color #330099 on black background.


Color preview on white background

This text has color #330099 on white background.


Black color preview on #330099 background

This text has black color on #330099 background.


White color preview on #330099 background

This text has white color on #330099 background.


Related colors

Complementary color

Complementary color for #hex is #CCFF66.


I love getcolorcode.com

Triadic colors

1 #993300 and #009933 with #330099 are triadic colors.

2 #990033 and #003399 with #330099 are triadic colors.