#56178E

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

Shades of Indigo #56178E

Tints of Indigo #56178E

Color information

#56178E (or 0x56178E) is unknown color: approx Indigo. HEX triplet: 56, 17 and 8E. RGB value is (86,23,142). Sum of RGB (Red+Green+Blue) = 86+23+142=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 23 (9.38% from 255 or 9.16% 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 #56178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56178E is #A9E871. Grayscale: #363636. Windows color (decimal): -11135090 or 9312086. OLE color: 9312086.

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

Color convert

RGB8623142-
CMYK0.390.8400.44
HSL271.76º72.12%32.35%-
HSV(B)271.76º83.8%55.69%-
XYZ9.034.5425.99-
YUV55.4176.87149.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=34.26%
G=9.16%
B=56.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86231420.390.8400.44271.7672.1232.35
Hex56178E275402C1104820
Octal126272164712405442011040
Binary10101101011110001110100111101010001011001000100001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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