#57006C

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

Shades of Indigo #57006C

Tints of Indigo #57006C

Color information

#57006C (or 0x57006C) is unknown color: approx Indigo. HEX triplet: 57, 00 and 6C. RGB value is (87,0,108). Sum of RGB (Red+Green+Blue) = 87+0+108=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #57006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57006C is #A8FF93. Grayscale: #252525. Windows color (decimal): -11075476 or 7077975. OLE color: 7077975.

HSL color Cylindrical-coordinate representation of color #57006C: hue angle of 288.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57006C is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB870108-
CMYK0.19100.58
HSL288.33º100%21.18%-
HSV(B)288.33º100%42.35%-
XYZ6.643.1114.44-
YUV38.33167.32162.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=44.62%
G=0%
B=55.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8701080.19100.58288.3310021.18
Hex5706C136403A1206415
Octal12701542314407244014425
Binary1010111011011001001111001000111010100100000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,0,108); }

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

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

 a { background-color: rgb(87,0,108); }

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

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

 span { border-color: rgb(87,0,108); }

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