COLOR #360049

HEX: #360049 RGB: (54,0,73)

Color info

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

RGB color model

#360049 color RGB value is (54,0,73).

RGB: (54,0,73) (21%, 0%, 29%)

RGB channels and saturation

R 54 of 255 = 21%
G 0 of 255 = 0%
B 73 of 255 = 29%

54
0
73

R + G + B ~ 17%. #360049 is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 0 + 73 = 127 (100%)
R 54 of 127 ~ 42.52%
G 0 of 127 ~ 0%
B 73 of 127 ~ 57.48'%

%42.52
%57.48

CMYK color model

#360049 color CMYK value is (26,100,0,71).

  • cyan value is 26.03%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK: (26,100,0,71) C26M100Y0K71 (26%,100%,0%,71%) (0.26/1.00/0.00/0.71) 

CMYK percentages

%26.03
%100
%0
%71.37

Codes

Color #360049 in popluar color models

36 00 49
RGB 54 0 73
HSL 284° 100.00% 14.31%
HSB/HSV 284° 100.00% 28.63%
CMYK 26.03% 100.00% 0.00%
71.37%

Color #360049 in popluar number systems.

HEX 36 00 49
Decimal 54 0 73
Binary 110110 0 1001001
Octal 66 0 111

Shades and tints

Shades of #360049

#360049
(54,0,73)
#320043
(50,0,67)
#2E003D
(46,0,61)
#2A0037
(42,0,55)
#260031
(38,0,49)
#22002B
(34,0,43)
#1E0025
(30,0,37)
#1A001F
(26,0,31)
#160019
(22,0,25)
#120013
(18,0,19)
#0E000D
(14,0,13)
#000000
(0,0,0)

Tints of #360049

#360049
(54,0,73)
#481759
(72,23,89)
#5A2E69
(90,46,105)
#6C4579
(108,69,121)
#7E5C89
(126,92,137)
#907399
(144,115,153)
#A28AA9
(162,138,169)
#B4A1B9
(180,161,185)
#C6B8C9
(198,184,201)
#D8CFD9
(216,207,217)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #360049 color. Also use rgb(54,0,73) instead hex code.

Text Font Color

.myTextColor { color: #360049; }

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

This text font color is #360049.

Background Color

.myBgColor { background-color: #360049; }

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

This div background color is #360049.

Border color

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

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

This div border color is #360049.

Opacity

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

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

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

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

This text has shadow with #360049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #360049.

Preview

Color preview on black background

This text has color #360049 on black background.


Color preview on white background

This text has color #360049 on white background.


Black color preview on #360049 background

This text has black color on #360049 background.


White color preview on #360049 background

This text has white color on #360049 background.


Related colors

Complementary color

Complementary color for #hex is #C9FFB6.


I love getcolorcode.com

Triadic colors

1 #493600 and #004936 with #360049 are triadic colors.

2 #490036 and #003649 with #360049 are triadic colors.