COLOR #240180

HEX: #240180
RGB: (36,1,128)

Color info

#240180 contains mainly blue color. Web safe color of #240180 is #330066 (or #306).

RGB color model

#240180 color RGB value is (36,1,128).

  • red value is 36;
  • green value is 1;
  • blue value is 128.
RGB:
(36,1,128)
(14%,0%,50%)

RGB channels and saturation

R 36 of 255 = 14%
G 1 of 255 = 0%
B 128 of 255 = 50%

36
1
128

R + G + B ~ 21%. #240180 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 1 + 128 = 165 (100%)
R 36 of 165 ~ 21.82%
G 1 of 165 ~ 0.61%
B 128 of 165 ~ 77.58%

%21.82
%77.58

CMYK color model

#240180 color CMYK value is (72,99,0,50).

  • cyan value is 71.88%
  • magenta value is 99.22%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(72,99,0,50)
C72M99Y0K50 
(72%,99%,0%,50%)
(0.72/0.99/0.00/0.50)	

CMYK percentages

%71.88
%99.22
%0
%49.8

Codes

Color #240180 in popluar color models

240180
RGB361128
HSL257°98.45%25.29%
HSB/HSV257°99.22%50.20%
CMYK71.88%99.22%0.00%
49.80%

Color #240180 in popluar number systems.

HEX240180
Decimal361128
Binary100100110000000
Octal441200

Shades and tints

Shades of #240180

#240180
(36,1,128)
#210175
(33,1,117)
#1E016A
(30,1,106)
#1B015F
(27,1,95)
#180154
(24,1,84)
#150149
(21,1,73)
#12013E
(18,1,62)
#0F0133
(15,1,51)
#0C0128
(12,1,40)
#09011D
(9,1,29)
#060112
(6,1,18)
#000000
(0,0,0)

Tints of #240180

#240180
(36,1,128)
#37188B
(55,24,139)
#4A2F96
(74,47,150)
#5D46A1
(93,70,161)
#705DAC
(112,93,172)
#8374B7
(131,116,183)
#968BC2
(150,139,194)
#A9A2CD
(169,162,205)
#BCB9D8
(188,185,216)
#CFD0E3
(207,208,227)
#E2E7EE
(226,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240180 color. Also use rgb(36,1,128) instead hex code.

Text Font Color

.myTextColor { color: #240180; }

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

This text font color is #240180.


Background Color

.myBgColor { background-color: #240180; }

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

This div background color is #240180.


Border color

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

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

This div border color is #240180.


Opacity

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

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

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

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

This text has shadow with #240180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240180 on black background.


Color preview on white background

This text has color #240180 on white background.



Black color preview on #240180 background

This text has black color on #240180 background.


White color preview on #240180 background

This text has white color on #240180 background.