#56159E

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

Shades of Indigo #56159E

Tints of Indigo #56159E

Color information

#56159E (or 0x56159E) is unknown color: approx Indigo. HEX triplet: 56, 15 and 9E. RGB value is (86,21,158). Sum of RGB (Red+Green+Blue) = 86+21+158=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #56159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56159E is #A9EA61. Grayscale: #373737. Windows color (decimal): -11135586 or 10360150. OLE color: 10360150.

HSL color Cylindrical-coordinate representation of color #56159E: hue angle of 268.47º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56159E is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8621158-
CMYK0.460.8700.38
HSL268.47º76.54%35.1%-
HSV(B)268.47º86.71%61.96%-
XYZ10.284.9832.77-
YUV56.05185.53149.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=32.45%
G=7.92%
B=59.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86211580.460.8700.38268.4776.5435.1
Hex56159E2E5702610c4d23
Octal126252365612704641411543
Binary10101101010110011110101110101011101001101000011001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,21,158); }

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

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

 a { background-color: rgb(86,21,158); }

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

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

 span { border-color: rgb(86,21,158); }

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