COLOR #570CA3

HEX: #570CA3
RGB: (87,12,163)

Color info

#570CA3 contains mainly blue color. Web safe color of #570CA3 is #660099 (or #609).

RGB color model

#570CA3 color RGB value is (87,12,163).

  • red value is 87;
  • green value is 12;
  • blue value is 163.
RGB:
(87,12,163)
(34%,5%,64%)

RGB channels and saturation

R 87 of 255 = 34%
G 12 of 255 = 5%
B 163 of 255 = 64%

87
12
163

R + G + B ~ 34%. #570CA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 12 + 163 = 262 (100%)
R 87 of 262 ~ 33.21%
G 12 of 262 ~ 4.58%
B 163 of 262 ~ 62.21%

%33.21
%62.21

CMYK color model

#570CA3 color CMYK value is (47,93,0,36).

  • cyan value is 46.63%
  • magenta value is 92.64%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(47,93,0,36)
C47M93Y0K36 
(47%,93%,0%,36%)
(0.47/0.93/0.00/0.36)	

CMYK percentages

%46.63
%92.64
%0
%36.08

Codes

Color #570CA3 in popluar color models

570CA3
RGB8712163
HSL270°86.29%34.31%
HSB/HSV270°92.64%63.92%
CMYK46.63%92.64%0.00%
36.08%

Color #570CA3 in popluar number systems.

HEX570CA3
Decimal8712163
Binary1010111110010100011
Octal12714243

Shades and tints

Shades of #570CA3

#570CA3
(87,12,163)
#500B95
(80,11,149)
#490A87
(73,10,135)
#420979
(66,9,121)
#3B086B
(59,8,107)
#34075D
(52,7,93)
#2D064F
(45,6,79)
#260541
(38,5,65)
#1F0433
(31,4,51)
#180325
(24,3,37)
#110217
(17,2,23)
#000000
(0,0,0)

Tints of #570CA3

#570CA3
(87,12,163)
#6622AB
(102,34,171)
#7538B3
(117,56,179)
#844EBB
(132,78,187)
#9364C3
(147,100,195)
#A27ACB
(162,122,203)
#B190D3
(177,144,211)
#C0A6DB
(192,166,219)
#CFBCE3
(207,188,227)
#DED2EB
(222,210,235)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570CA3 color. Also use rgb(87,12,163) instead hex code.

Text Font Color

.myTextColor { color: #570CA3; }

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

This text font color is #570CA3.


Background Color

.myBgColor { background-color: #570CA3; }

<div style="background-color:#570CA3">Inner text</div>

This div background color is #570CA3.


Border color

.myBorderColor { border: 1px solid #570CA3; }

<div style="border:3px solid #570CA3">Div</div>

This div border color is #570CA3.


Opacity

.myOpacity80 { color: #570CA3; opacity: 0.8; }

<p style="color:#570CA3;opacity:0.8;">80%</p>

Text with #570CA3 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 #570CA3;}

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

This text has shadow with #570CA3 color.

.textShadow {text-shadow: 3px 3px 1px #570CA3, 3px 3px 1px red;}

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

This text has shadow with #570CA3 primary color and red secondary color.


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

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

This text has shadow with #570CA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570CA3 on black background.


Color preview on white background

This text has color #570CA3 on white background.



Black color preview on #570CA3 background

This text has black color on #570CA3 background.


White color preview on #570CA3 background

This text has white color on #570CA3 background.