#560F82

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

Shades of Indigo #560F82

Tints of Indigo #560F82

Color information

#560F82 (or 0x560F82) is unknown color: approx Indigo. HEX triplet: 56, 0F and 82. RGB value is (86,15,130). Sum of RGB (Red+Green+Blue) = 86+15+130=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #560F82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560F82 is #A9F07D. Grayscale: #303030. Windows color (decimal): -11137150 or 8523606. OLE color: 8523606.

HSL color Cylindrical-coordinate representation of color #560F82: hue angle of 277.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560F82 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8615130-
CMYK0.340.8800.49
HSL277.04º79.31%28.43%-
HSV(B)277.04º88.46%50.98%-
XYZ8.043.9321.45-
YUV49.34173.52154.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=37.23%
G=6.49%
B=56.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86151300.340.8800.49277.0479.3128.43
Hex56F8222580311154f1c
Octal126172024213006142511734
Binary101011011111000001010001010110000110001100010101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560F82; }

 p { color: rgb(86,15,130); }

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

<style>
 a { background-color: #560F82; }

 a { background-color: rgb(86,15,130); }

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

<style>
 span { border-color: #560F82; }

 span { border-color: rgb(86,15,130); }

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