#56156D

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

Shades of Indigo #56156D

Tints of Indigo #56156D

Color information

#56156D (or 0x56156D) is unknown color: approx Indigo. HEX triplet: 56, 15 and 6D. RGB value is (86,21,109). Sum of RGB (Red+Green+Blue) = 86+21+109=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #56156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56156D is #A9EA92. Grayscale: #323232. Windows color (decimal): -11135635 or 7148886. OLE color: 7148886.

HSL color Cylindrical-coordinate representation of color #56156D: hue angle of 284.32º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56156D is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8621109-
CMYK0.210.8100.57
HSL284.32º67.69%25.49%-
HSV(B)284.32º80.73%42.75%-
XYZ6.873.6214.8-
YUV50.47161.03153.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=39.81%
G=9.72%
B=50.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86211090.210.8100.57284.3267.6925.49
Hex56156D155103911c4419
Octal126251552512107143410431
Binary10101101010111011011010110100010111001100011100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56156D; }

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

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

<style>
 a { background-color: #56156D; }

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

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

<style>
 span { border-color: #56156D; }

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

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