#57006E

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

Shades of Indigo #57006E

Tints of Indigo #57006E

Color information

#57006E (or 0x57006E) is unknown color: approx Indigo. HEX triplet: 57, 00 and 6E. RGB value is (87,0,110). Sum of RGB (Red+Green+Blue) = 87+0+110=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #57006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57006E is #A8FF91. Grayscale: #262626. Windows color (decimal): -11075474 or 7209047. OLE color: 7209047.

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

Color convert

RGB870110-
CMYK0.21100.57
HSL287.45º100%21.57%-
HSV(B)287.45º100%43.14%-
XYZ6.743.1515-
YUV38.55168.32162.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=44.16%
G=0%
B=55.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8701100.21100.57287.4510021.57
Hex5706E156403911f6416
Octal12701562514407143714426
Binary1010111011011101010111001000111001100011111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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