#570A74

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

Shades of Indigo #570A74

Tints of Indigo #570A74

Color information

#570A74 (or 0x570A74) is unknown color: approx Indigo. HEX triplet: 57, 0A and 74. RGB value is (87,10,116). Sum of RGB (Red+Green+Blue) = 87+10+116=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #570A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A74 is #A8F58B. Grayscale: #2C2C2C. Windows color (decimal): -11072908 or 7604823. OLE color: 7604823.

HSL color Cylindrical-coordinate representation of color #570A74: hue angle of 283.58º 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 #570A74 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8710116-
CMYK0.250.9100.55
HSL283.58º84.13%24.71%-
HSV(B)283.58º91.38%45.49%-
XYZ7.193.516.82-
YUV45.11168.01157.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=40.85%
G=4.69%
B=54.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87101160.250.9100.55283.5884.1324.71
Hex57A74195B03711c5419
Octal127121643113306743412431
Binary1010111101011101001100110110110110111100011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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