#570D70

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

Shades of Indigo #570D70

Tints of Indigo #570D70

Color information

#570D70 (or 0x570D70) is unknown color: approx Indigo. HEX triplet: 57, 0D and 70. RGB value is (87,13,112). Sum of RGB (Red+Green+Blue) = 87+13+112=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #570D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D70 is #A8F28F. Grayscale: #2E2E2E. Windows color (decimal): -11072144 or 7343447. OLE color: 7343447.

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

Color convert

RGB8713112-
CMYK0.220.8800.56
HSL284.85º79.2%24.51%-
HSV(B)284.85º88.39%43.92%-
XYZ73.4815.63-
YUV46.41165.02156.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=41.04%
G=6.13%
B=52.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87131120.220.8800.56284.8579.224.51
Hex57D70165803811d4f19
Octal127151602613007043511731
Binary1010111110111100001011010110000111000100011101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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