COLOR #41397A

HEX: #41397A
RGB: (65,57,122)

Color info

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

RGB color model

#41397A color RGB value is (65,57,122).

  • red value is 65;
  • green value is 57;
  • blue value is 122.
RGB:
(65,57,122)
(25%,22%,48%)

RGB channels and saturation

R 65 of 255 = 25%
G 57 of 255 = 22%
B 122 of 255 = 48%

65
57
122

R + G + B ~ 32%. #41397A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 57 + 122 = 244 (100%)
R 65 of 244 ~ 26.64%
G 57 of 244 ~ 23.36%
B 122 of 244 ~ 50%

%26.64
%23.36
%50

CMYK color model

#41397A color CMYK value is (47,53,0,52).

  • cyan value is 46.72%
  • magenta value is 53.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(47,53,0,52)
C47M53Y0K52 
(47%,53%,0%,52%)
(0.47/0.53/0.00/0.52)	

CMYK percentages

%46.72
%53.28
%0
%52.16

Codes

Color #41397A in popluar color models

41397A
RGB6557122
HSL247°36.31%35.10%
HSB/HSV247°53.28%47.84%
CMYK46.72%53.28%0.00%
52.16%

Color #41397A in popluar number systems.

HEX41397A
Decimal6557122
Binary10000011110011111010
Octal10171172

Shades and tints

Shades of #41397A

#41397A
(65,57,122)
#3C346F
(60,52,111)
#372F64
(55,47,100)
#322A59
(50,42,89)
#2D254E
(45,37,78)
#282043
(40,32,67)
#231B38
(35,27,56)
#1E162D
(30,22,45)
#191122
(25,17,34)
#140C17
(20,12,23)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #41397A

#41397A
(65,57,122)
#524B86
(82,75,134)
#635D92
(99,93,146)
#746F9E
(116,111,158)
#8581AA
(133,129,170)
#9693B6
(150,147,182)
#A7A5C2
(167,165,194)
#B8B7CE
(184,183,206)
#C9C9DA
(201,201,218)
#DADBE6
(218,219,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41397A color. Also use rgb(65,57,122) instead hex code.

Text Font Color

.myTextColor { color: #41397A; }

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

This text font color is #41397A.


Background Color

.myBgColor { background-color: #41397A; }

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

This div background color is #41397A.


Border color

.myBorderColor { border: 1px solid #41397A; }

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

This div border color is #41397A.


Opacity

.myOpacity80 { color: #41397A; opacity: 0.8; }

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

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

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

This text has shadow with #41397A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41397A on black background.


Color preview on white background

This text has color #41397A on white background.



Black color preview on #41397A background

This text has black color on #41397A background.


White color preview on #41397A background

This text has white color on #41397A background.