COLOR #531FA1

HEX: #531FA1 RGB: (83,31,161)

Color info

#531FA1 contains mainly blue color. Web safe color of #531FA1 is #663399 (or #639).

RGB color model

#531FA1 color RGB value is (83,31,161).

RGB: (83,31,161) (33%, 12%, 63%)

RGB channels and saturation

R 83 of 255 = 33%
G 31 of 255 = 12%
B 161 of 255 = 63%

83
31
161

R + G + B ~ 36%. #531FA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 31 + 161 = 275 (100%)
R 83 of 275 ~ 30.18%
G 31 of 275 ~ 11.27%
B 161 of 275 ~ 58.55'%

%30.18
%11.27
%58.55

CMYK color model

#531FA1 color CMYK value is (48,81,0,37).

  • cyan value is 48.45%
  • magenta value is 80.75%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (48,81,0,37)
C48M81Y0K37 (48%, 81%, 0%, 37%)
(0.48 / 0.81 / 0.00 / 0.37)

CMYK percentages

%48.45
%80.75
%0
%36.86

Codes

Color #531FA1 in popluar color models

53 1F A1
RGB 83 31 161
HSL 264° 67.71% 37.65%
HSB/HSV 264° 80.75% 63.14%
CMYK 48.45% 80.75% 0.00%
36.86%

Color #531FA1 in popluar number systems.

HEX 53 1F A1
Decimal 83 31 161
Binary 1010011 11111 10100001
Octal 123 37 241

Shades and tints

Shades of #531FA1

#531FA1
(83,31,161)
#4C1D93
(76,29,147)
#451B85
(69,27,133)
#3E1977
(62,25,119)
#371769
(55,23,105)
#30155B
(48,21,91)
#29134D
(41,19,77)
#22113F
(34,17,63)
#1B0F31
(27,15,49)
#140D23
(20,13,35)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #531FA1

#531FA1
(83,31,161)
#6233A9
(98,51,169)
#7147B1
(113,71,177)
#805BB9
(128,91,185)
#8F6FC1
(143,111,193)
#9E83C9
(158,131,201)
#AD97D1
(173,151,209)
#BCABD9
(188,171,217)
#CBBFE1
(203,191,225)
#DAD3E9
(218,211,233)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531FA1 color. Also use rgb(83,31,161) instead hex code.

Text Font Color

.myTextColor { color: #531FA1; }

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

This text font color is #531FA1.

Background Color

.myBgColor { background-color: #531FA1; }

<div style="background-color:#531FA1">Inner text</div>

This div background color is #531FA1.

Border color

.myBorderColor { border: 1px solid #531FA1; }

<div style="border:3px solid #531FA1">Div</div>

This div border color is #531FA1.

Opacity

.myOpacity80 { color: #531FA1; opacity: 0.8; }

<p style="color:#531FA1;opacity:0.8;">80%</p>

Text with #531FA1 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 #531FA1;}

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

This text has shadow with #531FA1 color.


.textShadow {text-shadow: 3px 3px 1px #531FA1', 3px 3px 1px red;}

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

This text has shadow with #531FA1 primary color and red secondary color.


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

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

This text has shadow with #531FA1 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #531FA1; -webkit-box-shadow: 1px 1px 3px 2px #531FA1; box-shadow:1px 1px 3px 2px #531FA1;">
Div content here
</div>

This div box has shadow with color #531FA1.

Preview

Color preview on black background

This text has color #531FA1 on black background.


Color preview on white background

This text has color #531FA1 on white background.


Black color preview on #531FA1 background

This text has black color on #531FA1 background.


White color preview on #531FA1 background

This text has white color on #531FA1 background.


Related colors

Complementary color

Complementary color for #hex is #ACE05E.


I love getcolorcode.com

Triadic colors

1 #A1531F and #1FA153 with #531FA1 are triadic colors.

2 #A11F53 and #1F53A1 with #531FA1 are triadic colors.