#560175

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

Shades of Indigo #560175

Tints of Indigo #560175

Color information

#560175 (or 0x560175) is unknown color: approx Indigo. HEX triplet: 56, 01 and 75. RGB value is (86,1,117). Sum of RGB (Red+Green+Blue) = 86+1+117=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #560175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560175 is #A9FE8A. Grayscale: #272727. Windows color (decimal): -11140747 or 7668054. OLE color: 7668054.

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

Color convert

RGB861117-
CMYK0.260.9900.54
HSL283.97º98.31%23.14%-
HSV(B)283.97º99.15%45.88%-
XYZ7.063.2817.09-
YUV39.64171.66161.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=42.16%
G=0.49%
B=57.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8611170.260.9900.54283.9798.3123.14
Hex561751A6303611c6217
Octal12611653214306643414227
Binary1010110111101011101011000110110110100011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560175; }

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

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

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

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

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

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

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

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