#560275

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

Shades of Indigo #560275

Tints of Indigo #560275

Color information

#560275 (or 0x560275) is unknown color: approx Indigo. HEX triplet: 56, 02 and 75. RGB value is (86,2,117). Sum of RGB (Red+Green+Blue) = 86+2+117=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #560275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560275 is #A9FD8A. Grayscale: #272727. Windows color (decimal): -11140491 or 7668310. OLE color: 7668310.

HSL color Cylindrical-coordinate representation of color #560275: hue angle of 283.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560275 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB862117-
CMYK0.260.9800.54
HSL283.83º96.64%23.33%-
HSV(B)283.83º98.29%45.88%-
XYZ7.073.3117.1-
YUV40.23171.33160.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=41.95%
G=0.98%
B=57.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8621170.260.9800.54283.8396.6423.33
Hex562751A6203611c6117
Octal12621653214206643414127
Binary10101101011101011101011000100110110100011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560275; }

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

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

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

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

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

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

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

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