COLOR #240642

HEX: #240642
RGB: (36,6,66)

Color info

#240642 contains mainly red and blue colors. Web safe color of #240642 is #330033 (or #303).

RGB color model

#240642 color RGB value is (36,6,66).

  • red value is 36;
  • green value is 6;
  • blue value is 66.
RGB:
(36,6,66)
(14%,2%,26%)

RGB channels and saturation

R 36 of 255 = 14%
G 6 of 255 = 2%
B 66 of 255 = 26%

36
6
66

R + G + B ~ 14%. #240642 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 6 + 66 = 108 (100%)
R 36 of 108 ~ 33.33%
G 6 of 108 ~ 5.56%
B 66 of 108 ~ 61.11%

%33.33
%61.11

CMYK color model

#240642 color CMYK value is (45,91,0,74).

  • cyan value is 45.45%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(45,91,0,74)
C45M91Y0K74 
(45%,91%,0%,74%)
(0.45/0.91/0.00/0.74)	

CMYK percentages

%45.45
%90.91
%0
%74.12

Codes

Color #240642 in popluar color models

240642
RGB36666
HSL270°83.33%14.12%
HSB/HSV270°90.91%25.88%
CMYK45.45%90.91%0.00%
74.12%

Color #240642 in popluar number systems.

HEX240642
Decimal36666
Binary1001001101000010
Octal446102

Shades and tints

Shades of #240642

#240642
(36,6,66)
#21063C
(33,6,60)
#1E0636
(30,6,54)
#1B0630
(27,6,48)
#18062A
(24,6,42)
#150624
(21,6,36)
#12061E
(18,6,30)
#0F0618
(15,6,24)
#0C0612
(12,6,18)
#09060C
(9,6,12)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #240642

#240642
(36,6,66)
#371C53
(55,28,83)
#4A3264
(74,50,100)
#5D4875
(93,72,117)
#705E86
(112,94,134)
#837497
(131,116,151)
#968AA8
(150,138,168)
#A9A0B9
(169,160,185)
#BCB6CA
(188,182,202)
#CFCCDB
(207,204,219)
#E2E2EC
(226,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240642 color. Also use rgb(36,6,66) instead hex code.

Text Font Color

.myTextColor { color: #240642; }

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

This text font color is #240642.


Background Color

.myBgColor { background-color: #240642; }

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

This div background color is #240642.


Border color

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

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

This div border color is #240642.


Opacity

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

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

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

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

This text has shadow with #240642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240642 on black background.


Color preview on white background

This text has color #240642 on white background.



Black color preview on #240642 background

This text has black color on #240642 background.


White color preview on #240642 background

This text has white color on #240642 background.