#57139F

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

Shades of Indigo #57139F

Tints of Indigo #57139F

Color information

#57139F (or 0x57139F) is unknown color: approx Indigo. HEX triplet: 57, 13 and 9F. RGB value is (87,19,159). Sum of RGB (Red+Green+Blue) = 87+19+159=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #57139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57139F is #A8EC60. Grayscale: #363636. Windows color (decimal): -11070561 or 10425175. OLE color: 10425175.

HSL color Cylindrical-coordinate representation of color #57139F: hue angle of 269.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #57139F is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8719159-
CMYK0.450.8800.38
HSL269.14º78.65%34.9%-
HSV(B)269.14º88.05%62.35%-
XYZ10.42533.22-
YUV55.29186.53150.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 19 (7.81% from 255) = 7.17%
BLUE value IS 159 (62.5% from 255) = 60%
R=32.83%
G=7.17%
B=60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87191590.450.8800.38269.1478.6534.9
Hex57139F2D5802610d4f23
Octal127232375513004641511743
Binary10101111001110011111101101101100001001101000011011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57139F; }

 p { color: rgb(87,19,159); }

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

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

 a { background-color: rgb(87,19,159); }

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

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

 span { border-color: rgb(87,19,159); }

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