#56106B

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

Shades of Indigo #56106B

Tints of Indigo #56106B

Color information

#56106B (or 0x56106B) is unknown color: approx Indigo. HEX triplet: 56, 10 and 6B. RGB value is (86,16,107). Sum of RGB (Red+Green+Blue) = 86+16+107=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #56106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56106B is #A9EF94. Grayscale: #2F2F2F. Windows color (decimal): -11136917 or 7016534. OLE color: 7016534.

HSL color Cylindrical-coordinate representation of color #56106B: hue angle of 286.15º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56106B is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8616107-
CMYK0.200.8500.58
HSL286.15º73.98%24.12%-
HSV(B)286.15º85.05%41.96%-
XYZ6.683.4114.22-
YUV47.3161.69155.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=41.15%
G=7.66%
B=51.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86161070.200.8500.58286.1573.9824.12
Hex56106B145503A11e4a18
Octal126201532412507243611230
Binary10101101000011010111010010101010111010100011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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