#57107C

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

Shades of Indigo #57107C

Tints of Indigo #57107C

Color information

#57107C (or 0x57107C) is unknown color: approx Indigo. HEX triplet: 57, 10 and 7C. RGB value is (87,16,124). Sum of RGB (Red+Green+Blue) = 87+16+124=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #57107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57107C is #A8EF83. Grayscale: #313131. Windows color (decimal): -11071364 or 8130647. OLE color: 8130647.

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

Color convert

RGB8716124-
CMYK0.300.8700.51
HSL279.44º77.14%27.45%-
HSV(B)279.44º87.1%48.63%-
XYZ7.753.8519.4-
YUV49.54170.02154.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=38.33%
G=7.05%
B=54.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87161240.300.8700.51279.4477.1427.45
Hex57107C1E570331174d1b
Octal127201743612706342711533
Binary10101111000011111001111010101110110011100010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,16,124); }

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

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

 a { background-color: rgb(87,16,124); }

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

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

 span { border-color: rgb(87,16,124); }

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