#56177F

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

Shades of Indigo #56177F

Tints of Indigo #56177F

Color information

#56177F (or 0x56177F) is unknown color: approx Indigo. HEX triplet: 56, 17 and 7F. RGB value is (86,23,127). Sum of RGB (Red+Green+Blue) = 86+23+127=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #56177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56177F is #A9E880. Grayscale: #353535. Windows color (decimal): -11135105 or 8329046. OLE color: 8329046.

HSL color Cylindrical-coordinate representation of color #56177F: hue angle of 276.35º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56177F is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8623127-
CMYK0.320.8200.50
HSL276.35º69.33%29.41%-
HSV(B)276.35º81.89%49.8%-
XYZ7.974.1220.45-
YUV53.69169.37151.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 23 (9.38% from 255) = 9.75%
BLUE value IS 127 (50% from 255) = 53.81%
R=36.44%
G=9.75%
B=53.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86231270.320.8200.50276.3569.3329.41
Hex56177F2052032114451d
Octal126271774012206242410535
Binary101011010111111111110000010100100110010100010100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56177F; }

 p { color: rgb(86,23,127); }

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

<style>
 a { background-color: #56177F; }

 a { background-color: rgb(86,23,127); }

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

<style>
 span { border-color: #56177F; }

 span { border-color: rgb(86,23,127); }

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