#570A76

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

Shades of Indigo #570A76

Tints of Indigo #570A76

Color information

#570A76 (or 0x570A76) is unknown color: approx Indigo. HEX triplet: 57, 0A and 76. RGB value is (87,10,118). Sum of RGB (Red+Green+Blue) = 87+10+118=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #570A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A76 is #A8F589. Grayscale: #2C2C2C. Windows color (decimal): -11072906 or 7735895. OLE color: 7735895.

HSL color Cylindrical-coordinate representation of color #570A76: hue angle of 282.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570A76 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8710118-
CMYK0.260.9200.54
HSL282.78º84.38%25.1%-
HSV(B)282.78º91.53%46.27%-
XYZ7.313.5517.44-
YUV45.33169.01157.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=40.47%
G=4.65%
B=54.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87101180.260.9200.54282.7884.3825.1
Hex57A761A5C03611b5419
Octal127121663213406643312431
Binary1010111101011101101101010111000110110100011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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