COLOR #41129C

HEX: #41129C
RGB: (65,18,156)

Color info

#41129C contains mainly blue color. Web safe color of #41129C is #330099 (or #309).

RGB color model

#41129C color RGB value is (65,18,156).

  • red value is 65;
  • green value is 18;
  • blue value is 156.
RGB:
(65,18,156)
(25%,7%,61%)

RGB channels and saturation

R 65 of 255 = 25%
G 18 of 255 = 7%
B 156 of 255 = 61%

65
18
156

R + G + B ~ 31%. #41129C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 18 + 156 = 239 (100%)
R 65 of 239 ~ 27.2%
G 18 of 239 ~ 7.53%
B 156 of 239 ~ 65.27%

%27.2
%65.27

CMYK color model

#41129C color CMYK value is (58,88,0,39).

  • cyan value is 58.33%
  • magenta value is 88.46%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(58,88,0,39)
C58M88Y0K39 
(58%,88%,0%,39%)
(0.58/0.88/0.00/0.39)	

CMYK percentages

%58.33
%88.46
%0
%38.82

Codes

Color #41129C in popluar color models

41129C
RGB6518156
HSL260°79.31%34.12%
HSB/HSV260°88.46%61.18%
CMYK58.33%88.46%0.00%
38.82%

Color #41129C in popluar number systems.

HEX41129C
Decimal6518156
Binary10000011001010011100
Octal10122234

Shades and tints

Shades of #41129C

#41129C
(65,18,156)
#3C118E
(60,17,142)
#371080
(55,16,128)
#320F72
(50,15,114)
#2D0E64
(45,14,100)
#280D56
(40,13,86)
#230C48
(35,12,72)
#1E0B3A
(30,11,58)
#190A2C
(25,10,44)
#14091E
(20,9,30)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #41129C

#41129C
(65,18,156)
#5227A5
(82,39,165)
#633CAE
(99,60,174)
#7451B7
(116,81,183)
#8566C0
(133,102,192)
#967BC9
(150,123,201)
#A790D2
(167,144,210)
#B8A5DB
(184,165,219)
#C9BAE4
(201,186,228)
#DACFED
(218,207,237)
#EBE4F6
(235,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41129C color. Also use rgb(65,18,156) instead hex code.

Text Font Color

.myTextColor { color: #41129C; }

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

This text font color is #41129C.


Background Color

.myBgColor { background-color: #41129C; }

<div style="background-color:#41129C">Inner text</div>

This div background color is #41129C.


Border color

.myBorderColor { border: 1px solid #41129C; }

<div style="border:3px solid #41129C">Div</div>

This div border color is #41129C.


Opacity

.myOpacity80 { color: #41129C; opacity: 0.8; }

<p style="color:#41129C;opacity:0.8;">80%</p>

Text with #41129C 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 #41129C;}

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

This text has shadow with #41129C color.

.textShadow {text-shadow: 3px 3px 1px #41129C, 3px 3px 1px red;}

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

This text has shadow with #41129C primary color and red secondary color.


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

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

This text has shadow with #41129C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41129C on black background.


Color preview on white background

This text has color #41129C on white background.



Black color preview on #41129C background

This text has black color on #41129C background.


White color preview on #41129C background

This text has white color on #41129C background.