#57168E

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

Shades of Indigo #57168E

Tints of Indigo #57168E

Color information

#57168E (or 0x57168E) is unknown color: approx Indigo. HEX triplet: 57, 16 and 8E. RGB value is (87,22,142). Sum of RGB (Red+Green+Blue) = 87+22+142=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #57168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57168E is #A8E971. Grayscale: #363636. Windows color (decimal): -11069810 or 9311831. OLE color: 9311831.

HSL color Cylindrical-coordinate representation of color #57168E: hue angle of 272.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57168E is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8722142-
CMYK0.390.8500.44
HSL272.5º73.17%32.16%-
HSV(B)272.5º84.51%55.69%-
XYZ9.14.5525.99-
YUV55.11177.03150.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.66%
GREEN value IS 22 (8.98% from 255) = 8.76%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=34.66%
G=8.76%
B=56.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87221420.390.8500.44272.573.1732.16
Hex57168E275502C1104920
Octal127262164712505442011140
Binary10101111011010001110100111101010101011001000100001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,22,142); }

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

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

 a { background-color: rgb(87,22,142); }

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

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

 span { border-color: rgb(87,22,142); }

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