COLOR #5A41A1

HEX: #5A41A1
RGB: (90,65,161)

Color info

#5A41A1 contains mainly blue color. Web safe color of #5A41A1 is #663399 (or #639).

RGB color model

#5A41A1 color RGB value is (90,65,161).

  • red value is 90;
  • green value is 65;
  • blue value is 161.
RGB:
(90,65,161)
(35%,25%,63%)

RGB channels and saturation

R 90 of 255 = 35%
G 65 of 255 = 25%
B 161 of 255 = 63%

90
65
161

R + G + B ~ 41%. #5A41A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 65 + 161 = 316 (100%)
R 90 of 316 ~ 28.48%
G 65 of 316 ~ 20.57%
B 161 of 316 ~ 50.95%

%28.48
%20.57
%50.95

CMYK color model

#5A41A1 color CMYK value is (44,60,0,37).

  • cyan value is 44.10%
  • magenta value is 59.63%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(44,60,0,37)
C44M60Y0K37 
(44%,60%,0%,37%)
(0.44/0.60/0.00/0.37)	

CMYK percentages

%44.1
%59.63
%0
%36.86

Codes

Color #5A41A1 in popluar color models

5A41A1
RGB9065161
HSL256°42.48%44.31%
HSB/HSV256°59.63%63.14%
CMYK44.10%59.63%0.00%
36.86%

Color #5A41A1 in popluar number systems.

HEX5A41A1
Decimal9065161
Binary1011010100000110100001
Octal132101241

Shades and tints

Shades of #5A41A1

#5A41A1
(90,65,161)
#523C93
(82,60,147)
#4A3785
(74,55,133)
#423277
(66,50,119)
#3A2D69
(58,45,105)
#32285B
(50,40,91)
#2A234D
(42,35,77)
#221E3F
(34,30,63)
#1A1931
(26,25,49)
#121423
(18,20,35)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #5A41A1

#5A41A1
(90,65,161)
#6952A9
(105,82,169)
#7863B1
(120,99,177)
#8774B9
(135,116,185)
#9685C1
(150,133,193)
#A596C9
(165,150,201)
#B4A7D1
(180,167,209)
#C3B8D9
(195,184,217)
#D2C9E1
(210,201,225)
#E1DAE9
(225,218,233)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A41A1 color. Also use rgb(90,65,161) instead hex code.

Text Font Color

.myTextColor { color: #5A41A1; }

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

This text font color is #5A41A1.


Background Color

.myBgColor { background-color: #5A41A1; }

<div style="background-color:#5A41A1">Inner text</div>

This div background color is #5A41A1.


Border color

.myBorderColor { border: 1px solid #5A41A1; }

<div style="border:3px solid #5A41A1">Div</div>

This div border color is #5A41A1.


Opacity

.myOpacity80 { color: #5A41A1; opacity: 0.8; }

<p style="color:#5A41A1;opacity:0.8;">80%</p>

Text with #5A41A1 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 #5A41A1;}

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

This text has shadow with #5A41A1 color.

.textShadow {text-shadow: 3px 3px 1px #5A41A1, 3px 3px 1px red;}

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

This text has shadow with #5A41A1 primary color and red secondary color.


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

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

This text has shadow with #5A41A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A41A1 on black background.


Color preview on white background

This text has color #5A41A1 on white background.



Black color preview on #5A41A1 background

This text has black color on #5A41A1 background.


White color preview on #5A41A1 background

This text has white color on #5A41A1 background.