COLOR #41008D

HEX: #41008D RGB: (65,0,141)

Color info

#41008D contains mainly blue color. Web safe color of #41008D is #330099 (or #309).

RGB color model

#41008D color RGB value is (65,0,141).

RGB: (65,0,141) (25%, 0%, 55%)

RGB channels and saturation

R 65 of 255 = 25%
G 0 of 255 = 0%
B 141 of 255 = 55%

65
0
141

R + G + B ~ 27%. #41008D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 0 + 141 = 206 (100%)
R 65 of 206 ~ 31.55%
G 0 of 206 ~ 0%
B 141 of 206 ~ 68.45'%

%31.55
%68.45

CMYK color model

#41008D color CMYK value is (54,100,0,45).

  • cyan value is 53.90%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (54,100,0,45)
C54M100Y0K45 (54%, 100%, 0%, 45%)
(0.54 / 1.00 / 0.00 / 0.45)

CMYK percentages

%53.9
%100
%0
%44.71

Codes

Color #41008D in popluar color models

41 00 8D
RGB 65 0 141
HSL 268° 100.00% 27.65%
HSB/HSV 268° 100.00% 55.29%
CMYK 53.90% 100.00% 0.00%
44.71%

Color #41008D in popluar number systems.

HEX 41 00 8D
Decimal 65 0 141
Binary 1000001 0 10001101
Octal 101 0 215

Shades and tints

Shades of #41008D

#41008D
(65,0,141)
#3C0081
(60,0,129)
#370075
(55,0,117)
#320069
(50,0,105)
#2D005D
(45,0,93)
#280051
(40,0,81)
#230045
(35,0,69)
#1E0039
(30,0,57)
#19002D
(25,0,45)
#140021
(20,0,33)
#0F0015
(15,0,21)
#000000
(0,0,0)

Tints of #41008D

#41008D
(65,0,141)
#521797
(82,23,151)
#632EA1
(99,46,161)
#7445AB
(116,69,171)
#855CB5
(133,92,181)
#9673BF
(150,115,191)
#A78AC9
(167,138,201)
#B8A1D3
(184,161,211)
#C9B8DD
(201,184,221)
#DACFE7
(218,207,231)
#EBE6F1
(235,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41008D color. Also use rgb(65,0,141) instead hex code.

Text Font Color

.myTextColor { color: #41008D; }

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

This text font color is #41008D.

Background Color

.myBgColor { background-color: #41008D; }

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

This div background color is #41008D.

Border color

.myBorderColor { border: 1px solid #41008D; }

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

This div border color is #41008D.

Opacity

.myOpacity80 { color: #41008D; opacity: 0.8; }

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

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

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

This text has shadow with #41008D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41008D.

Preview

Color preview on black background

This text has color #41008D on black background.


Color preview on white background

This text has color #41008D on white background.


Black color preview on #41008D background

This text has black color on #41008D background.


White color preview on #41008D background

This text has white color on #41008D background.


Related colors

Complementary color

Complementary color for #hex is #BEFF72.


I love getcolorcode.com

Triadic colors

1 #8D4100 and #008D41 with #41008D are triadic colors.

2 #8D0041 and #00418D with #41008D are triadic colors.