#560295

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

Shades of Indigo #560295

Tints of Indigo #560295

Color information

#560295 (or 0x560295) is unknown color: approx Indigo. HEX triplet: 56, 02 and 95. RGB value is (86,2,149). Sum of RGB (Red+Green+Blue) = 86+2+149=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #560295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560295 is #A9FD6A. Grayscale: #2B2B2B. Windows color (decimal): -11140459 or 9765462. OLE color: 9765462.

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

Color convert

RGB862149-
CMYK0.420.9900.42
HSL274.29º97.35%29.61%-
HSV(B)274.29º98.66%58.43%-
XYZ9.284.1928.75-
YUV43.87187.33158.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=36.29%
G=0.84%
B=62.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8621490.420.9900.42274.2997.3529.61
Hex562952A6302A112611e
Octal12622255214305242214136
Binary1010110101001010110101011000110101010100010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560295; }

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

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

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

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

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

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

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

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