COLOR #41249E

HEX: #41249E
RGB: (65,36,158)

Color info

#41249E contains mainly blue color. Web safe color of #41249E is #333399 (or #339).

RGB color model

#41249E color RGB value is (65,36,158).

  • red value is 65;
  • green value is 36;
  • blue value is 158.
RGB:
(65,36,158)
(25%,14%,62%)

RGB channels and saturation

R 65 of 255 = 25%
G 36 of 255 = 14%
B 158 of 255 = 62%

65
36
158

R + G + B ~ 34%. #41249E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 36 + 158 = 259 (100%)
R 65 of 259 ~ 25.1%
G 36 of 259 ~ 13.9%
B 158 of 259 ~ 61%

%25.1
%13.9
%61

CMYK color model

#41249E color CMYK value is (59,77,0,38).

  • cyan value is 58.86%
  • magenta value is 77.22%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(59,77,0,38)
C59M77Y0K38 
(59%,77%,0%,38%)
(0.59/0.77/0.00/0.38)	

CMYK percentages

%58.86
%77.22
%0
%38.04

Codes

Color #41249E in popluar color models

41249E
RGB6536158
HSL254°62.89%38.04%
HSB/HSV254°77.22%61.96%
CMYK58.86%77.22%0.00%
38.04%

Color #41249E in popluar number systems.

HEX41249E
Decimal6536158
Binary100000110010010011110
Octal10144236

Shades and tints

Shades of #41249E

#41249E
(65,36,158)
#3C2190
(60,33,144)
#371E82
(55,30,130)
#321B74
(50,27,116)
#2D1866
(45,24,102)
#281558
(40,21,88)
#23124A
(35,18,74)
#1E0F3C
(30,15,60)
#190C2E
(25,12,46)
#140920
(20,9,32)
#0F0612
(15,6,18)
#000000
(0,0,0)

Tints of #41249E

#41249E
(65,36,158)
#5237A6
(82,55,166)
#634AAE
(99,74,174)
#745DB6
(116,93,182)
#8570BE
(133,112,190)
#9683C6
(150,131,198)
#A796CE
(167,150,206)
#B8A9D6
(184,169,214)
#C9BCDE
(201,188,222)
#DACFE6
(218,207,230)
#EBE2EE
(235,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41249E color. Also use rgb(65,36,158) instead hex code.

Text Font Color

.myTextColor { color: #41249E; }

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

This text font color is #41249E.


Background Color

.myBgColor { background-color: #41249E; }

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

This div background color is #41249E.


Border color

.myBorderColor { border: 1px solid #41249E; }

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

This div border color is #41249E.


Opacity

.myOpacity80 { color: #41249E; opacity: 0.8; }

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

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

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

This text has shadow with #41249E color.

.textShadow {text-shadow: 3px 3px 1px #41249E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41249E on black background.


Color preview on white background

This text has color #41249E on white background.



Black color preview on #41249E background

This text has black color on #41249E background.


White color preview on #41249E background

This text has white color on #41249E background.