#56106E

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

Shades of Indigo #56106E

Tints of Indigo #56106E

Color information

#56106E (or 0x56106E) is unknown color: approx Indigo. HEX triplet: 56, 10 and 6E. RGB value is (86,16,110). Sum of RGB (Red+Green+Blue) = 86+16+110=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #56106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56106E is #A9EF91. Grayscale: #2F2F2F. Windows color (decimal): -11136914 or 7213142. OLE color: 7213142.

HSL color Cylindrical-coordinate representation of color #56106E: hue angle of 284.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56106E is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8616110-
CMYK0.220.8500.57
HSL284.68º74.6%24.71%-
HSV(B)284.68º85.45%43.14%-
XYZ6.843.4715.06-
YUV47.65163.19155.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=40.57%
G=7.55%
B=51.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86161100.220.8500.57284.6874.624.71
Hex56106E165503911d4b19
Octal126201562612507143511331
Binary10101101000011011101011010101010111001100011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,16,110); }

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

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

 a { background-color: rgb(86,16,110); }

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

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

 span { border-color: rgb(86,16,110); }

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