#570677

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

Shades of Indigo #570677

Tints of Indigo #570677

Color information

#570677 (or 0x570677) is unknown color: approx Indigo. HEX triplet: 57, 06 and 77. RGB value is (87,6,119). Sum of RGB (Red+Green+Blue) = 87+6+119=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #570677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570677 is #A8F988. Grayscale: #2A2A2A. Windows color (decimal): -11073929 or 7800407. OLE color: 7800407.

HSL color Cylindrical-coordinate representation of color #570677: hue angle of 283.01º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570677 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB876119-
CMYK0.270.9500.53
HSL283.01º90.4%24.51%-
HSV(B)283.01º94.96%46.67%-
XYZ7.333.4917.74-
YUV43.1170.84159.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=41.04%
G=2.83%
B=56.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8761190.270.9500.53283.0190.424.51
Hex576771B5F03511b5a19
Octal12761673313706543313231
Binary101011111011101111101110111110110101100011011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570677; }

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

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

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

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

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

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

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

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