#560297

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

Shades of Indigo #560297

Tints of Indigo #560297

Color information

#560297 (or 0x560297) is unknown color: approx Indigo. HEX triplet: 56, 02 and 97. RGB value is (86,2,151). Sum of RGB (Red+Green+Blue) = 86+2+151=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #560297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560297 is #A9FD68. Grayscale: #2B2B2B. Windows color (decimal): -11140457 or 9896534. OLE color: 9896534.

HSL color Cylindrical-coordinate representation of color #560297: hue angle of 273.83º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560297 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB862151-
CMYK0.430.9900.41
HSL273.83º97.39%30%-
HSV(B)273.83º98.68%59.22%-
XYZ9.454.2629.6-
YUV44.1188.33157.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 151 (59.38% from 255) = 63.18%
R=35.98%
G=0.84%
B=63.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8621510.430.9900.41273.8397.3930
Hex562972B63029112611e
Octal12622275314305142214136
Binary1010110101001011110101111000110101001100010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560297; }

 p { color: rgb(86,2,151); }

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

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

 a { background-color: rgb(86,2,151); }

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

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

 span { border-color: rgb(86,2,151); }

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