#57077D

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

Shades of Indigo #57077D

Tints of Indigo #57077D

Color information

#57077D (or 0x57077D) is unknown color: approx Indigo. HEX triplet: 57, 07 and 7D. RGB value is (87,7,125). Sum of RGB (Red+Green+Blue) = 87+7+125=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #57077D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57077D is #A8F882. Grayscale: #2B2B2B. Windows color (decimal): -11073667 or 8193879. OLE color: 8193879.

HSL color Cylindrical-coordinate representation of color #57077D: hue angle of 280.68º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57077D is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB877125-
CMYK0.300.9400.51
HSL280.68º89.39%25.88%-
HSV(B)280.68º94.4%49.02%-
XYZ7.713.6619.7-
YUV44.37173.5158.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=39.73%
G=3.20%
B=57.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8771250.300.9400.51280.6889.3925.88
Hex5777D1E5E033119591a
Octal12771753613606343113132
Binary101011111111111011111010111100110011100011001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57077D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57077D; }

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

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

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

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

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

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

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

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