#56179B

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

Shades of Indigo #56179B

Tints of Indigo #56179B

Color information

#56179B (or 0x56179B) is unknown color: approx Indigo. HEX triplet: 56, 17 and 9B. RGB value is (86,23,155). Sum of RGB (Red+Green+Blue) = 86+23+155=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #56179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56179B is #A9E864. Grayscale: #383838. Windows color (decimal): -11135077 or 10164054. OLE color: 10164054.

HSL color Cylindrical-coordinate representation of color #56179B: hue angle of 268.64º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56179B is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8623155-
CMYK0.450.8500.39
HSL268.64º74.16%34.9%-
HSV(B)268.64º85.16%60.78%-
XYZ10.064.9631.44-
YUV56.88183.37148.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=32.58%
G=8.71%
B=58.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86231550.450.8500.39268.6474.1634.9
Hex56179B2D5502710d4a23
Octal126272335512504741511243
Binary10101101011110011011101101101010101001111000011011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56179B; }

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

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

<style>
 a { background-color: #56179B; }

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

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

<style>
 span { border-color: #56179B; }

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

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