#570770

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

Shades of Indigo #570770

Tints of Indigo #570770

Color information

#570770 (or 0x570770) is unknown color: approx Indigo. HEX triplet: 57, 07 and 70. RGB value is (87,7,112). Sum of RGB (Red+Green+Blue) = 87+7+112=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #570770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570770 is #A8F88F. Grayscale: #2A2A2A. Windows color (decimal): -11073680 or 7341911. OLE color: 7341911.

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

Color convert

RGB877112-
CMYK0.220.9400.56
HSL285.71º88.24%23.33%-
HSV(B)285.71º93.75%43.92%-
XYZ6.933.3515.61-
YUV42.89167159.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 7 (3.12% from 255) = 3.40%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=42.23%
G=3.40%
B=54.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8771120.220.9400.56285.7188.2423.33
Hex57770165E03811e5817
Octal12771602613607043613027
Binary101011111111100001011010111100111000100011110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570770; }

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

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

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

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

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

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

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

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