#56037C

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

Shades of Indigo #56037C

Tints of Indigo #56037C

Color information

#56037C (or 0x56037C) is unknown color: approx Indigo. HEX triplet: 56, 03 and 7C. RGB value is (86,3,124). Sum of RGB (Red+Green+Blue) = 86+3+124=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #56037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56037C is #A9FC83. Grayscale: #292929. Windows color (decimal): -11140228 or 8127318. OLE color: 8127318.

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

Color convert

RGB863124-
CMYK0.310.9800.51
HSL281.16º95.28%24.9%-
HSV(B)281.16º97.58%48.63%-
XYZ7.513.519.35-
YUV41.61174.5159.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 124 (48.83% from 255) = 58.22%
R=40.38%
G=1.41%
B=58.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8631240.310.9800.51281.1695.2824.9
Hex5637C1F620331195f19
Octal12631743714206343113731
Binary10101101111111001111111000100110011100011001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56037C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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