#56097E

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

Shades of Indigo #56097E

Tints of Indigo #56097E

Color information

#56097E (or 0x56097E) is unknown color: approx Indigo. HEX triplet: 56, 09 and 7E. RGB value is (86,9,126). Sum of RGB (Red+Green+Blue) = 86+9+126=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #56097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56097E is #A9F681. Grayscale: #2C2C2C. Windows color (decimal): -11138690 or 8259926. OLE color: 8259926.

HSL color Cylindrical-coordinate representation of color #56097E: hue angle of 279.49º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56097E is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB869126-
CMYK0.320.9300.51
HSL279.49º86.67%26.47%-
HSV(B)279.49º92.86%49.41%-
XYZ7.73.6820.04-
YUV45.36173.51156.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 126 (49.61% from 255) = 57.01%
R=38.91%
G=4.07%
B=57.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8691260.320.9300.51279.4986.6726.47
Hex5697E205D033117571a
Octal126111764013506342712732
Binary10101101001111111010000010111010110011100010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,9,126); }

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

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

 a { background-color: rgb(86,9,126); }

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

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

 span { border-color: rgb(86,9,126); }

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