#56097A

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

Shades of Indigo #56097A

Tints of Indigo #56097A

Color information

#56097A (or 0x56097A) is unknown color: approx Indigo. HEX triplet: 56, 09 and 7A. RGB value is (86,9,122). Sum of RGB (Red+Green+Blue) = 86+9+122=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #56097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56097A is #A9F685. Grayscale: #2C2C2C. Windows color (decimal): -11138694 or 7997782. OLE color: 7997782.

HSL color Cylindrical-coordinate representation of color #56097A: hue angle of 280.88º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56097A is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB869122-
CMYK0.300.9300.52
HSL280.88º86.26%25.69%-
HSV(B)280.88º92.62%47.84%-
XYZ7.453.5818.71-
YUV44.9171.51157.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=39.63%
G=4.15%
B=56.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8691220.300.9300.52280.8886.2625.69
Hex5697A1E5D034119561a
Octal126111723613506443112632
Binary1010110100111110101111010111010110100100011001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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