#57139C

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

Shades of Indigo #57139C

Tints of Indigo #57139C

Color information

#57139C (or 0x57139C) is unknown color: approx Indigo. HEX triplet: 57, 13 and 9C. RGB value is (87,19,156). Sum of RGB (Red+Green+Blue) = 87+19+156=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #57139C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57139C is #A8EC63. Grayscale: #363636. Windows color (decimal): -11070564 or 10228567. OLE color: 10228567.

HSL color Cylindrical-coordinate representation of color #57139C: hue angle of 269.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #57139C is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8719156-
CMYK0.440.8800.39
HSL269.78º78.29%34.31%-
HSV(B)269.78º87.82%61.18%-
XYZ10.164.8931.86-
YUV54.95185.03150.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 19 (7.81% from 255) = 7.25%
BLUE value IS 156 (61.33% from 255) = 59.54%
R=33.21%
G=7.25%
B=59.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87191560.440.8800.39269.7878.2934.31
Hex57139C2C5802710e4e22
Octal127232345413004741611642
Binary10101111001110011100101100101100001001111000011101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57139C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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