COLOR #330658

HEX: #330658
RGB: (51,6,88)

Color info

#330658 contains mainly red and blue colors. Web safe color of #330658 is #330066 (or #306).

RGB color model

#330658 color RGB value is (51,6,88).

  • red value is 51;
  • green value is 6;
  • blue value is 88.
RGB:
(51,6,88)
(20%,2%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 6 of 255 = 2%
B 88 of 255 = 35%

51
6
88

R + G + B ~ 19%. #330658 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 6 + 88 = 145 (100%)
R 51 of 145 ~ 35.17%
G 6 of 145 ~ 4.14%
B 88 of 145 ~ 60.69%

%35.17
%60.69

CMYK color model

#330658 color CMYK value is (42,93,0,65).

  • cyan value is 42.05%
  • magenta value is 93.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(42,93,0,65)
C42M93Y0K65 
(42%,93%,0%,65%)
(0.42/0.93/0.00/0.65)	

CMYK percentages

%42.05
%93.18
%0
%65.49

Codes

Color #330658 in popluar color models

330658
RGB51688
HSL273°87.23%18.43%
HSB/HSV273°93.18%34.51%
CMYK42.05%93.18%0.00%
65.49%

Color #330658 in popluar number systems.

HEX330658
Decimal51688
Binary1100111101011000
Octal636130

Shades and tints

Shades of #330658

#330658
(51,6,88)
#2F0650
(47,6,80)
#2B0648
(43,6,72)
#270640
(39,6,64)
#230638
(35,6,56)
#1F0630
(31,6,48)
#1B0628
(27,6,40)
#170620
(23,6,32)
#130618
(19,6,24)
#0F0610
(15,6,16)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #330658

#330658
(51,6,88)
#451C67
(69,28,103)
#573276
(87,50,118)
#694885
(105,72,133)
#7B5E94
(123,94,148)
#8D74A3
(141,116,163)
#9F8AB2
(159,138,178)
#B1A0C1
(177,160,193)
#C3B6D0
(195,182,208)
#D5CCDF
(213,204,223)
#E7E2EE
(231,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330658 color. Also use rgb(51,6,88) instead hex code.

Text Font Color

.myTextColor { color: #330658; }

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

This text font color is #330658.


Background Color

.myBgColor { background-color: #330658; }

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

This div background color is #330658.


Border color

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

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

This div border color is #330658.


Opacity

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

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

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

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

This text has shadow with #330658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330658 on black background.


Color preview on white background

This text has color #330658 on white background.



Black color preview on #330658 background

This text has black color on #330658 background.


White color preview on #330658 background

This text has white color on #330658 background.