COLOR #241080

HEX: #241080
RGB: (36,16,128)

Color info

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

RGB color model

#241080 color RGB value is (36,16,128).

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

RGB channels and saturation

R 36 of 255 = 14%
G 16 of 255 = 6%
B 128 of 255 = 50%

36
16
128

R + G + B ~ 23%. #241080 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 16 + 128 = 180 (100%)
R 36 of 180 ~ 20%
G 16 of 180 ~ 8.89%
B 128 of 180 ~ 71.11%

%20
%71.11

CMYK color model

#241080 color CMYK value is (72,88,0,50).

  • cyan value is 71.88%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(72,88,0,50)
C72M88Y0K50 
(72%,88%,0%,50%)
(0.72/0.88/0.00/0.50)	

CMYK percentages

%71.88
%87.5
%0
%49.8

Codes

Color #241080 in popluar color models

241080
RGB3616128
HSL251°77.78%28.24%
HSB/HSV251°87.50%50.20%
CMYK71.88%87.50%0.00%
49.80%

Color #241080 in popluar number systems.

HEX241080
Decimal3616128
Binary1001001000010000000
Octal4420200

Shades and tints

Shades of #241080

#241080
(36,16,128)
#210F75
(33,15,117)
#1E0E6A
(30,14,106)
#1B0D5F
(27,13,95)
#180C54
(24,12,84)
#150B49
(21,11,73)
#120A3E
(18,10,62)
#0F0933
(15,9,51)
#0C0828
(12,8,40)
#09071D
(9,7,29)
#060612
(6,6,18)
#000000
(0,0,0)

Tints of #241080

#241080
(36,16,128)
#37258B
(55,37,139)
#4A3A96
(74,58,150)
#5D4FA1
(93,79,161)
#7064AC
(112,100,172)
#8379B7
(131,121,183)
#968EC2
(150,142,194)
#A9A3CD
(169,163,205)
#BCB8D8
(188,184,216)
#CFCDE3
(207,205,227)
#E2E2EE
(226,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241080; }

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

This text font color is #241080.


Background Color

.myBgColor { background-color: #241080; }

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

This div background color is #241080.


Border color

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

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

This div border color is #241080.


Opacity

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

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

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

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

This text has shadow with #241080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241080 on black background.


Color preview on white background

This text has color #241080 on white background.



Black color preview on #241080 background

This text has black color on #241080 background.


White color preview on #241080 background

This text has white color on #241080 background.