COLOR #3B0390

HEX: #3B0390
RGB: (59,3,144)

Color info

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

RGB color model

#3B0390 color RGB value is (59,3,144).

  • red value is 59;
  • green value is 3;
  • blue value is 144.
RGB:
(59,3,144)
(23%,1%,56%)

RGB channels and saturation

R 59 of 255 = 23%
G 3 of 255 = 1%
B 144 of 255 = 56%

59
3
144

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

Portions of RGB colors in percentages

R + G + B =
59 + 3 + 144 = 206 (100%)
R 59 of 206 ~ 28.64%
G 3 of 206 ~ 1.46%
B 144 of 206 ~ 69.9%

%28.64
%69.9

CMYK color model

#3B0390 color CMYK value is (59,98,0,44).

  • cyan value is 59.03%
  • magenta value is 97.92%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(59,98,0,44)
C59M98Y0K44 
(59%,98%,0%,44%)
(0.59/0.98/0.00/0.44)	

CMYK percentages

%59.03
%97.92
%0
%43.53

Codes

Color #3B0390 in popluar color models

3B0390
RGB593144
HSL264°95.92%28.82%
HSB/HSV264°97.92%56.47%
CMYK59.03%97.92%0.00%
43.53%

Color #3B0390 in popluar number systems.

HEX3B0390
Decimal593144
Binary1110111110010000
Octal733220

Shades and tints

Shades of #3B0390

#3B0390
(59,3,144)
#360383
(54,3,131)
#310376
(49,3,118)
#2C0369
(44,3,105)
#27035C
(39,3,92)
#22034F
(34,3,79)
#1D0342
(29,3,66)
#180335
(24,3,53)
#130328
(19,3,40)
#0E031B
(14,3,27)
#09030E
(9,3,14)
#000000
(0,0,0)

Tints of #3B0390

#3B0390
(59,3,144)
#4C199A
(76,25,154)
#5D2FA4
(93,47,164)
#6E45AE
(110,69,174)
#7F5BB8
(127,91,184)
#9071C2
(144,113,194)
#A187CC
(161,135,204)
#B29DD6
(178,157,214)
#C3B3E0
(195,179,224)
#D4C9EA
(212,201,234)
#E5DFF4
(229,223,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0390 color. Also use rgb(59,3,144) instead hex code.

Text Font Color

.myTextColor { color: #3B0390; }

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

This text font color is #3B0390.


Background Color

.myBgColor { background-color: #3B0390; }

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

This div background color is #3B0390.


Border color

.myBorderColor { border: 1px solid #3B0390; }

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

This div border color is #3B0390.


Opacity

.myOpacity80 { color: #3B0390; opacity: 0.8; }

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

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

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

This text has shadow with #3B0390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0390 on black background.


Color preview on white background

This text has color #3B0390 on white background.



Black color preview on #3B0390 background

This text has black color on #3B0390 background.


White color preview on #3B0390 background

This text has white color on #3B0390 background.