#56137C

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

Shades of Indigo #56137C

Tints of Indigo #56137C

Color information

#56137C (or 0x56137C) is unknown color: approx Indigo. HEX triplet: 56, 13 and 7C. RGB value is (86,19,124). Sum of RGB (Red+Green+Blue) = 86+19+124=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #56137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56137C is #A9EC83. Grayscale: #323232. Windows color (decimal): -11136132 or 8131414. OLE color: 8131414.

HSL color Cylindrical-coordinate representation of color #56137C: hue angle of 278.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56137C is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8619124-
CMYK0.310.8500.51
HSL278.29º73.43%28.04%-
HSV(B)278.29º84.68%48.63%-
XYZ7.713.919.42-
YUV51169.2152.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=37.55%
G=8.30%
B=54.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86191240.310.8500.51278.2973.4328.04
Hex56137C1F55033116491c
Octal126231743712506342611134
Binary10101101001111111001111110101010110011100010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56137C; }

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

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

<style>
 a { background-color: #56137C; }

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

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

<style>
 span { border-color: #56137C; }

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

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