COLOR #4129B1

HEX: #4129B1
RGB: (65,41,177)

Color info

#4129B1 contains mainly blue color. Web safe color of #4129B1 is #333399 (or #339).

RGB color model

#4129B1 color RGB value is (65,41,177).

  • red value is 65;
  • green value is 41;
  • blue value is 177.
RGB:
(65,41,177)
(25%,16%,69%)

RGB channels and saturation

R 65 of 255 = 25%
G 41 of 255 = 16%
B 177 of 255 = 69%

65
41
177

R + G + B ~ 37%. #4129B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 41 + 177 = 283 (100%)
R 65 of 283 ~ 22.97%
G 41 of 283 ~ 14.49%
B 177 of 283 ~ 62.54%

%22.97
%14.49
%62.54

CMYK color model

#4129B1 color CMYK value is (63,77,0,31).

  • cyan value is 63.28%
  • magenta value is 76.84%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(63,77,0,31)
C63M77Y0K31 
(63%,77%,0%,31%)
(0.63/0.77/0.00/0.31)	

CMYK percentages

%63.28
%76.84
%0
%30.59

Codes

Color #4129B1 in popluar color models

4129B1
RGB6541177
HSL251°62.39%42.75%
HSB/HSV251°76.84%69.41%
CMYK63.28%76.84%0.00%
30.59%

Color #4129B1 in popluar number systems.

HEX4129B1
Decimal6541177
Binary100000110100110110001
Octal10151261

Shades and tints

Shades of #4129B1

#4129B1
(65,41,177)
#3C26A1
(60,38,161)
#372391
(55,35,145)
#322081
(50,32,129)
#2D1D71
(45,29,113)
#281A61
(40,26,97)
#231751
(35,23,81)
#1E1441
(30,20,65)
#191131
(25,17,49)
#140E21
(20,14,33)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #4129B1

#4129B1
(65,41,177)
#523CB8
(82,60,184)
#634FBF
(99,79,191)
#7462C6
(116,98,198)
#8575CD
(133,117,205)
#9688D4
(150,136,212)
#A79BDB
(167,155,219)
#B8AEE2
(184,174,226)
#C9C1E9
(201,193,233)
#DAD4F0
(218,212,240)
#EBE7F7
(235,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4129B1 color. Also use rgb(65,41,177) instead hex code.

Text Font Color

.myTextColor { color: #4129B1; }

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

This text font color is #4129B1.


Background Color

.myBgColor { background-color: #4129B1; }

<div style="background-color:#4129B1">Inner text</div>

This div background color is #4129B1.


Border color

.myBorderColor { border: 1px solid #4129B1; }

<div style="border:3px solid #4129B1">Div</div>

This div border color is #4129B1.


Opacity

.myOpacity80 { color: #4129B1; opacity: 0.8; }

<p style="color:#4129B1;opacity:0.8;">80%</p>

Text with #4129B1 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 #4129B1;}

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

This text has shadow with #4129B1 color.

.textShadow {text-shadow: 3px 3px 1px #4129B1, 3px 3px 1px red;}

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

This text has shadow with #4129B1 primary color and red secondary color.


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

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

This text has shadow with #4129B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4129B1 on black background.


Color preview on white background

This text has color #4129B1 on white background.



Black color preview on #4129B1 background

This text has black color on #4129B1 background.


White color preview on #4129B1 background

This text has white color on #4129B1 background.