#56119E

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

Shades of Indigo #56119E

Tints of Indigo #56119E

Color information

#56119E (or 0x56119E) is unknown color: approx Indigo. HEX triplet: 56, 11 and 9E. RGB value is (86,17,158). Sum of RGB (Red+Green+Blue) = 86+17+158=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #56119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56119E is #A9EE61. Grayscale: #353535. Windows color (decimal): -11136610 or 10359126. OLE color: 10359126.

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

Color convert

RGB8617158-
CMYK0.460.8900.38
HSL269.36º80.57%34.31%-
HSV(B)269.36º89.24%61.96%-
XYZ10.214.8532.75-
YUV53.7186.86151.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=32.95%
G=6.51%
B=60.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86171580.460.8900.38269.3680.5734.31
Hex56119E2E5902610d5122
Octal126212365613104641512142
Binary10101101000110011110101110101100101001101000011011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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