#570A71

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

Shades of Indigo #570A71

Tints of Indigo #570A71

Color information

#570A71 (or 0x570A71) is unknown color: approx Indigo. HEX triplet: 57, 0A and 71. RGB value is (87,10,113). Sum of RGB (Red+Green+Blue) = 87+10+113=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #570A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A71 is #A8F58E. Grayscale: #2C2C2C. Windows color (decimal): -11072911 or 7408215. OLE color: 7408215.

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

Color convert

RGB8710113-
CMYK0.230.9100.56
HSL284.85º83.74%24.12%-
HSV(B)284.85º91.15%44.31%-
XYZ7.023.4415.92-
YUV44.76166.51158.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 10 (4.30% from 255) = 4.76%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=41.43%
G=4.76%
B=53.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87101130.230.9100.56284.8583.7424.12
Hex57A71175B03811d5418
Octal127121612713307043512430
Binary1010111101011100011011110110110111000100011101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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