#570D72

Color #570D72 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #570D72

Tints of Indigo #570D72

Color information

#570D72 (or 0x570D72) is unknown color: approx Indigo. HEX triplet: 57, 0D and 72. RGB value is (87,13,114). Sum of RGB (Red+Green+Blue) = 87+13+114=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #570D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D72 is #A8F28D. Grayscale: #2E2E2E. Windows color (decimal): -11072142 or 7474519. OLE color: 7474519.

HSL color Cylindrical-coordinate representation of color #570D72: hue angle of 283.96º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570D72 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8713114-
CMYK0.240.8900.55
HSL283.96º79.53%24.9%-
HSV(B)283.96º88.6%44.71%-
XYZ7.113.5316.23-
YUV46.64166.02156.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 13 (5.47% from 255) = 6.07%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=40.65%
G=6.07%
B=53.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87131140.240.8900.55283.9679.5324.9
Hex57D72185903711c5019
Octal127151623013106743412031
Binary1010111110111100101100010110010110111100011100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570D72; }

 p { color: rgb(87,13,114); }

 H1.HeaderClassName
 {
   color: #570D72;
 }
 .AnyTagClassName
 {
   color: #570D72;
 }
</style>
background-color css

<style>
 a { background-color: #570D72; }

 a { background-color: rgb(87,13,114); }

 div.DivClassName
 {
   background-color: #570D72;
 }
 .BgClassName
 {
   background-color: #570D72;
 }
</style>
border-color css

<style>
 span { border-color: #570D72; }

 span { border-color: rgb(87,13,114); }

 td.TdClassName
 {
   border-color: #570D72;
 }
 .TagClassName
 {
   border-color: #570D72;
 }
</style>