#57049E

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

Shades of Indigo #57049E

Tints of Indigo #57049E

Color information

#57049E (or 0x57049E) is unknown color: approx Indigo. HEX triplet: 57, 04 and 9E. RGB value is (87,4,158). Sum of RGB (Red+Green+Blue) = 87+4+158=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #57049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57049E is #A8FB61. Grayscale: #2D2D2D. Windows color (decimal): -11074402 or 10355799. OLE color: 10355799.

HSL color Cylindrical-coordinate representation of color #57049E: hue angle of 272.34º 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 #57049E is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB874158-
CMYK0.450.9700.38
HSL272.34º95.06%31.76%-
HSV(B)272.34º97.47%61.96%-
XYZ10.154.5832.7-
YUV46.37191156.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=34.94%
G=1.61%
B=63.45%

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
Decimal8741580.450.9700.38272.3495.0631.76
Hex5749E2D610261105f20
Octal12742365514104642013740
Binary101011110010011110101101110000101001101000100001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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