#57097D

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

Shades of Indigo #57097D

Tints of Indigo #57097D

Color information

#57097D (or 0x57097D) is unknown color: approx Indigo. HEX triplet: 57, 09 and 7D. RGB value is (87,9,125). Sum of RGB (Red+Green+Blue) = 87+9+125=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #57097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57097D is #A8F682. Grayscale: #2D2D2D. Windows color (decimal): -11073155 or 8194391. OLE color: 8194391.

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

Color convert

RGB879125-
CMYK0.300.9300.51
HSL280.34º86.57%26.27%-
HSV(B)280.34º92.8%49.02%-
XYZ7.733.719.71-
YUV45.55172.84157.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.37%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 125 (49.22% from 255) = 56.56%
R=39.37%
G=4.07%
B=56.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8791250.300.9300.51280.3486.5726.27
Hex5797D1E5D033118571a
Octal127111753613506343012732
Binary1010111100111111011111010111010110011100011000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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