COLOR #41247D

HEX: #41247D
RGB: (65,36,125)

Color info

#41247D contains mainly blue color. Web safe color of #41247D is #333366 (or #336).

RGB color model

#41247D color RGB value is (65,36,125).

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

RGB channels and saturation

R 65 of 255 = 25%
G 36 of 255 = 14%
B 125 of 255 = 49%

65
36
125

R + G + B ~ 29%. #41247D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 36 + 125 = 226 (100%)
R 65 of 226 ~ 28.76%
G 36 of 226 ~ 15.93%
B 125 of 226 ~ 55.31%

%28.76
%15.93
%55.31

CMYK color model

#41247D color CMYK value is (48,71,0,51).

  • cyan value is 48.00%
  • magenta value is 71.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(48,71,0,51)
C48M71Y0K51 
(48%,71%,0%,51%)
(0.48/0.71/0.00/0.51)	

CMYK percentages

%48
%71.2
%0
%50.98

Codes

Color #41247D in popluar color models

41247D
RGB6536125
HSL260°55.28%31.57%
HSB/HSV260°71.20%49.02%
CMYK48.00%71.20%0.00%
50.98%

Color #41247D in popluar number systems.

HEX41247D
Decimal6536125
Binary10000011001001111101
Octal10144175

Shades and tints

Shades of #41247D

#41247D
(65,36,125)
#3C2172
(60,33,114)
#371E67
(55,30,103)
#321B5C
(50,27,92)
#2D1851
(45,24,81)
#281546
(40,21,70)
#23123B
(35,18,59)
#1E0F30
(30,15,48)
#190C25
(25,12,37)
#14091A
(20,9,26)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #41247D

#41247D
(65,36,125)
#523788
(82,55,136)
#634A93
(99,74,147)
#745D9E
(116,93,158)
#8570A9
(133,112,169)
#9683B4
(150,131,180)
#A796BF
(167,150,191)
#B8A9CA
(184,169,202)
#C9BCD5
(201,188,213)
#DACFE0
(218,207,224)
#EBE2EB
(235,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41247D color. Also use rgb(65,36,125) instead hex code.

Text Font Color

.myTextColor { color: #41247D; }

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

This text font color is #41247D.


Background Color

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

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

This div background color is #41247D.


Border color

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

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

This div border color is #41247D.


Opacity

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

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

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

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

This text has shadow with #41247D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41247D on black background.


Color preview on white background

This text has color #41247D on white background.



Black color preview on #41247D background

This text has black color on #41247D background.


White color preview on #41247D background

This text has white color on #41247D background.