#57049D

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

Shades of Indigo #57049D

Tints of Indigo #57049D

Color information

#57049D (or 0x57049D) is unknown color: approx Indigo. HEX triplet: 57, 04 and 9D. RGB value is (87,4,157). Sum of RGB (Red+Green+Blue) = 87+4+157=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #57049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57049D is #A8FB62. Grayscale: #2D2D2D. Windows color (decimal): -11074403 or 10290263. OLE color: 10290263.

HSL color Cylindrical-coordinate representation of color #57049D: hue angle of 272.55º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57049D is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB874157-
CMYK0.450.9700.38
HSL272.55º95.03%31.57%-
HSV(B)272.55º97.45%61.57%-
XYZ10.064.5532.25-
YUV46.26190.5157.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 157 (61.72% from 255) = 63.31%
R=35.08%
G=1.61%
B=63.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8741570.450.9700.38272.5595.0331.57
Hex5749D2D610261115f20
Octal12742355514104642113740
Binary101011110010011101101101110000101001101000100011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57049D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,4,157); }

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

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

 a { background-color: rgb(87,4,157); }

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

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

 span { border-color: rgb(87,4,157); }

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