COLOR #41236B

HEX: #41236B RGB: (65,35,107)

Color info

#41236B contains mainly red and blue colors. Web safe color of #41236B is #333366 (or #336).

RGB color model

#41236B color RGB value is (65,35,107).

RGB: (65,35,107) (25%, 14%, 42%)

RGB channels and saturation

R 65 of 255 = 25%
G 35 of 255 = 14%
B 107 of 255 = 42%

65
35
107

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

Portions of RGB colors in percentages

R + G + B = 65 + 35 + 107 = 207 (100%)
R 65 of 207 ~ 31.4%
G 35 of 207 ~ 16.91%
B 107 of 207 ~ 51.69'%

%31.4
%16.91
%51.69

CMYK color model

#41236B color CMYK value is (39,67,0,58).

  • cyan value is 39.25%
  • magenta value is 67.29%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (39,67,0,58)
C39M67Y0K58 (39%, 67%, 0%, 58%)
(0.39 / 0.67 / 0.00 / 0.58)

CMYK percentages

%39.25
%67.29
%0
%58.04

Codes

Color #41236B in popluar color models

41 23 6B
RGB 65 35 107
HSL 265° 50.70% 27.84%
HSB/HSV 265° 67.29% 41.96%
CMYK 39.25% 67.29% 0.00%
58.04%

Color #41236B in popluar number systems.

HEX 41 23 6B
Decimal 65 35 107
Binary 1000001 100011 1101011
Octal 101 43 153

Shades and tints

Shades of #41236B

#41236B
(65,35,107)
#3C2062
(60,32,98)
#371D59
(55,29,89)
#321A50
(50,26,80)
#2D1747
(45,23,71)
#28143E
(40,20,62)
#231135
(35,17,53)
#1E0E2C
(30,14,44)
#190B23
(25,11,35)
#14081A
(20,8,26)
#0F0511
(15,5,17)
#000000
(0,0,0)

Tints of #41236B

#41236B
(65,35,107)
#523778
(82,55,120)
#634B85
(99,75,133)
#745F92
(116,95,146)
#85739F
(133,115,159)
#9687AC
(150,135,172)
#A79BB9
(167,155,185)
#B8AFC6
(184,175,198)
#C9C3D3
(201,195,211)
#DAD7E0
(218,215,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41236B color. Also use rgb(65,35,107) instead hex code.

Text Font Color

.myTextColor { color: #41236B; }

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

This text font color is #41236B.

Background Color

.myBgColor { background-color: #41236B; }

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

This div background color is #41236B.

Border color

.myBorderColor { border: 1px solid #41236B; }

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

This div border color is #41236B.

Opacity

.myOpacity80 { color: #41236B; opacity: 0.8; }

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

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

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

This text has shadow with #41236B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41236B.

Preview

Color preview on black background

This text has color #41236B on black background.


Color preview on white background

This text has color #41236B on white background.


Black color preview on #41236B background

This text has black color on #41236B background.


White color preview on #41236B background

This text has white color on #41236B background.


Related colors

Complementary color

Complementary color for #hex is #BEDC94.


I love getcolorcode.com

Triadic colors

1 #6B4123 and #236B41 with #41236B are triadic colors.

2 #6B2341 and #23416B with #41236B are triadic colors.