#57198c

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

Shades of Indigo #57198C

Tints of Indigo #57198C

Color information

#57198C (or 0x57198C) is unknown color: approx Indigo. HEX triplet: 57, 19 and 8C. RGB value is (87,25,140). Sum of RGB (Red+Green+Blue) = 87+25+140=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #57198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57198C is #A8E673. Grayscale: #383838. Windows color (decimal): -11069044 or 9181527. OLE color: 9181527.

HSL color Cylindrical-coordinate representation of color #57198C: hue angle of 272.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57198C is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8725140-
CMYK0.380.8200.45
HSL272.35º69.7%32.35%-
HSV(B)272.35º82.14%54.9%-
XYZ9.014.6125.23-
YUV56.65175.04149.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 140 (55.08% from 255) = 55.56%
R=34.52%
G=9.92%
B=55.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87251400.380.8200.45272.3569.732.35
Hex57198C265202D1104620
Octal127312144612205542010640
Binary10101111100110001100100110101001001011011000100001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57198c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57198c; }

 p { color: rgb(87,25,140); }

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

<style>
 a { background-color: #57198c; }

 a { background-color: rgb(87,25,140); }

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

<style>
 span { border-color: #57198c; }

 span { border-color: rgb(87,25,140); }

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