#56136F

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

Shades of Indigo #56136F

Tints of Indigo #56136F

Color information

#56136F (or 0x56136F) is unknown color: approx Indigo. HEX triplet: 56, 13 and 6F. RGB value is (86,19,111). Sum of RGB (Red+Green+Blue) = 86+19+111=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #56136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56136F is #A9EC90. Grayscale: #313131. Windows color (decimal): -11136145 or 7279446. OLE color: 7279446.

HSL color Cylindrical-coordinate representation of color #56136F: hue angle of 283.7º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56136F is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8619111-
CMYK0.230.8300.56
HSL283.7º70.77%25.49%-
HSV(B)283.7º82.88%43.53%-
XYZ6.943.5915.37-
YUV49.52162.7154.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=39.81%
G=8.80%
B=51.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86191110.230.8300.56283.770.7725.49
Hex56136F175303811c4719
Octal126231572712307043410731
Binary10101101001111011111011110100110111000100011100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56136F; }

 p { color: rgb(86,19,111); }

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

<style>
 a { background-color: #56136F; }

 a { background-color: rgb(86,19,111); }

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

<style>
 span { border-color: #56136F; }

 span { border-color: rgb(86,19,111); }

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