COLOR #330099

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

Renk bilgisi

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

RGB renk modeli

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

  • kırmız ton 51;
  • yeşil ton 0;
  • mavi ton 153.
RGB:
(51,0,153)
(20%,0%,60%)

RGB bağlantıları ve doygunluk

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.

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#330099 rengi CMYK tonu (67,100,0,40).

  • camgöbeği tonu 66.67%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(67,100,0,40)
C67M100Y0K40 
(67%,100%,0%,40%)
(0.67/1.00/0.00/0.40)	

CMYK yüzdeleri

%66.67
%100
%0
%40

Codes

Color #330099 in popluar color models

330099
RGB510153
HSL260°100.00%30.00%
HSB/HSV260°100.00%60.00%
CMYK66.67%100.00%0.00%
40.00%

Color #330099 in popluar number systems.

HEX330099
Decimal510153
Binary110011010011001
Octal630231

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.