#570D87

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

Shades of Indigo #570D87

Tints of Indigo #570D87

Color information

#570D87 (or 0x570D87) is unknown color: approx Indigo. HEX triplet: 57, 0D and 87. RGB value is (87,13,135). Sum of RGB (Red+Green+Blue) = 87+13+135=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #570D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570D87 is #A8F278. Grayscale: #303030. Windows color (decimal): -11072121 or 8850775. OLE color: 8850775.

HSL color Cylindrical-coordinate representation of color #570D87: hue angle of 276.39º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570D87 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8713135-
CMYK0.360.9000.47
HSL276.39º82.43%29.02%-
HSV(B)276.39º90.37%52.94%-
XYZ8.454.0623.26-
YUV49.03176.52155.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 135 (53.12% from 255) = 57.45%
R=37.02%
G=5.53%
B=57.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87131350.360.9000.47276.3982.4329.02
Hex57D87245A02F114521d
Octal127152074413205742412235
Binary101011111011000011110010010110100101111100010100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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