#570A73

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

Shades of Indigo #570A73

Tints of Indigo #570A73

Color information

#570A73 (or 0x570A73) is unknown color: approx Indigo. HEX triplet: 57, 0A and 73. RGB value is (87,10,115). Sum of RGB (Red+Green+Blue) = 87+10+115=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #570A73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A73 is #A8F58C. Grayscale: #2C2C2C. Windows color (decimal): -11072909 or 7539287. OLE color: 7539287.

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

Color convert

RGB8710115-
CMYK0.240.9100.55
HSL284º84%24.51%-
HSV(B)284º91.3%45.1%-
XYZ7.133.4816.52-
YUV44.99167.51157.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=41.04%
G=4.72%
B=54.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87101150.240.9100.552848424.51
Hex57A73185B03711c5419
Octal127121633013306743412431
Binary1010111101011100111100010110110110111100011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,10,115); }

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

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

 a { background-color: rgb(87,10,115); }

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

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

 span { border-color: rgb(87,10,115); }

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