#570670

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

Shades of Indigo #570670

Tints of Indigo #570670

Color information

#570670 (or 0x570670) is unknown color: approx Indigo. HEX triplet: 57, 06 and 70. RGB value is (87,6,112). Sum of RGB (Red+Green+Blue) = 87+6+112=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #570670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570670 is #A8F98F. Grayscale: #292929. Windows color (decimal): -11073936 or 7341655. OLE color: 7341655.

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

Color convert

RGB876112-
CMYK0.220.9500.56
HSL285.85º89.83%23.14%-
HSV(B)285.85º94.64%43.92%-
XYZ6.923.3315.61-
YUV42.3167.34159.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=42.44%
G=2.93%
B=54.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8761120.220.9500.56285.8589.8323.14
Hex57670165F03811e5a17
Octal12761602613707043613227
Binary101011111011100001011010111110111000100011110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570670; }

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

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

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

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

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

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

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

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