COLOR #41398A

HEX: #41398A
RGB: (65,57,138)

Color info

#41398A contains mainly blue color. Web safe color of #41398A is #333399 (or #339).

RGB color model

#41398A color RGB value is (65,57,138).

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

RGB channels and saturation

R 65 of 255 = 25%
G 57 of 255 = 22%
B 138 of 255 = 54%

65
57
138

R + G + B ~ 34%. #41398A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 57 + 138 = 260 (100%)
R 65 of 260 ~ 25%
G 57 of 260 ~ 21.92%
B 138 of 260 ~ 53.08%

%25
%21.92
%53.08

CMYK color model

#41398A color CMYK value is (53,59,0,46).

  • cyan value is 52.90%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(53,59,0,46)
C53M59Y0K46 
(53%,59%,0%,46%)
(0.53/0.59/0.00/0.46)	

CMYK percentages

%52.9
%58.7
%0
%45.88

Codes

Color #41398A in popluar color models

41398A
RGB6557138
HSL246°41.54%38.24%
HSB/HSV246°58.70%54.12%
CMYK52.90%58.70%0.00%
45.88%

Color #41398A in popluar number systems.

HEX41398A
Decimal6557138
Binary100000111100110001010
Octal10171212

Shades and tints

Shades of #41398A

#41398A
(65,57,138)
#3C347E
(60,52,126)
#372F72
(55,47,114)
#322A66
(50,42,102)
#2D255A
(45,37,90)
#28204E
(40,32,78)
#231B42
(35,27,66)
#1E1636
(30,22,54)
#19112A
(25,17,42)
#140C1E
(20,12,30)
#0F0712
(15,7,18)
#000000
(0,0,0)

Tints of #41398A

#41398A
(65,57,138)
#524B94
(82,75,148)
#635D9E
(99,93,158)
#746FA8
(116,111,168)
#8581B2
(133,129,178)
#9693BC
(150,147,188)
#A7A5C6
(167,165,198)
#B8B7D0
(184,183,208)
#C9C9DA
(201,201,218)
#DADBE4
(218,219,228)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41398A; }

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

This text font color is #41398A.


Background Color

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

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

This div background color is #41398A.


Border color

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

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

This div border color is #41398A.


Opacity

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

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

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

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

This text has shadow with #41398A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41398A on black background.


Color preview on white background

This text has color #41398A on white background.



Black color preview on #41398A background

This text has black color on #41398A background.


White color preview on #41398A background

This text has white color on #41398A background.