#570D76

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

Shades of Indigo #570D76

Tints of Indigo #570D76

Color information

#570D76 (or 0x570D76) is unknown color: approx Indigo. HEX triplet: 57, 0D and 76. RGB value is (87,13,118). Sum of RGB (Red+Green+Blue) = 87+13+118=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #570D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D76 is #A8F289. Grayscale: #2E2E2E. Windows color (decimal): -11072138 or 7736663. OLE color: 7736663.

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

Color convert

RGB8713118-
CMYK0.260.8900.54
HSL282.29º80.15%25.69%-
HSV(B)282.29º88.98%46.27%-
XYZ7.343.6217.45-
YUV47.1168.02156.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 13 (5.47% from 255) = 5.96%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=39.91%
G=5.96%
B=54.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87131180.260.8900.54282.2980.1525.69
Hex57D761A5903611a501a
Octal127151663213106643212032
Binary1010111110111101101101010110010110110100011010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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