COLOR #240051

HEX: #240051 RGB: (36,0,81)

Color info

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

RGB color model

#240051 color RGB value is (36,0,81).

RGB: (36,0,81) (14%, 0%, 32%)

RGB channels and saturation

R 36 of 255 = 14%
G 0 of 255 = 0%
B 81 of 255 = 32%

36
0
81

R + G + B ~ 15%. #240051 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 0 + 81 = 117 (100%)
R 36 of 117 ~ 30.77%
G 0 of 117 ~ 0%
B 81 of 117 ~ 69.23'%

%30.77
%69.23

CMYK color model

#240051 color CMYK value is (56,100,0,68).

  • cyan value is 55.56%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (56,100,0,68) C56M100Y0K68 (56%,100%,0%,68%) (0.56/1.00/0.00/0.68) 

CMYK percentages

%55.56
%100
%0
%68.24

Codes

Color #240051 in popluar color models

24 00 51
RGB 36 0 81
HSL 267° 100.00% 15.88%
HSB/HSV 267° 100.00% 31.76%
CMYK 55.56% 100.00% 0.00%
68.24%

Color #240051 in popluar number systems.

HEX 24 00 51
Decimal 36 0 81
Binary 100100 0 1010001
Octal 44 0 121

Shades and tints

Shades of #240051

#240051
(36,0,81)
#21004A
(33,0,74)
#1E0043
(30,0,67)
#1B003C
(27,0,60)
#180035
(24,0,53)
#15002E
(21,0,46)
#120027
(18,0,39)
#0F0020
(15,0,32)
#0C0019
(12,0,25)
#090012
(9,0,18)
#06000B
(6,0,11)
#000000
(0,0,0)

Tints of #240051

#240051
(36,0,81)
#371760
(55,23,96)
#4A2E6F
(74,46,111)
#5D457E
(93,69,126)
#705C8D
(112,92,141)
#83739C
(131,115,156)
#968AAB
(150,138,171)
#A9A1BA
(169,161,186)
#BCB8C9
(188,184,201)
#CFCFD8
(207,207,216)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240051 color. Also use rgb(36,0,81) instead hex code.

Text Font Color

.myTextColor { color: #240051; }

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

This text font color is #240051.

Background Color

.myBgColor { background-color: #240051; }

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

This div background color is #240051.

Border color

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

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

This div border color is #240051.

Opacity

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

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

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

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

This text has shadow with #240051 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240051.

Preview

Color preview on black background

This text has color #240051 on black background.


Color preview on white background

This text has color #240051 on white background.


Black color preview on #240051 background

This text has black color on #240051 background.


White color preview on #240051 background

This text has white color on #240051 background.


Related colors

Complementary color

Complementary color for #hex is #DBFFAE.


I love getcolorcode.com

Triadic colors

1 #512400 and #005124 with #240051 are triadic colors.

2 #510024 and #002451 with #240051 are triadic colors.