#570777

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

Shades of Indigo #570777

Tints of Indigo #570777

Color information

#570777 (or 0x570777) is unknown color: approx Indigo. HEX triplet: 57, 07 and 77. RGB value is (87,7,119). Sum of RGB (Red+Green+Blue) = 87+7+119=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #570777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570777 is #A8F888. Grayscale: #2B2B2B. Windows color (decimal): -11073673 or 7800663. OLE color: 7800663.

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

Color convert

RGB877119-
CMYK0.270.9400.53
HSL282.86º88.89%24.71%-
HSV(B)282.86º94.12%46.67%-
XYZ7.343.5117.74-
YUV43.69170.5158.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 7 (3.12% from 255) = 3.29%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=40.85%
G=3.29%
B=55.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8771190.270.9400.53282.8688.8924.71
Hex577771B5E03511b5919
Octal12771673313606543313131
Binary101011111111101111101110111100110101100011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570777; }

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

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

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

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

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

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

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

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