#560985

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

Shades of Indigo #560985

Tints of Indigo #560985

Color information

#560985 (or 0x560985) is unknown color: approx Indigo. HEX triplet: 56, 09 and 85. RGB value is (86,9,133). Sum of RGB (Red+Green+Blue) = 86+9+133=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #560985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560985 is #A9F67A. Grayscale: #2D2D2D. Windows color (decimal): -11138683 or 8718678. OLE color: 8718678.

HSL color Cylindrical-coordinate representation of color #560985: hue angle of 277.26º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560985 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB869133-
CMYK0.350.9300.48
HSL277.26º87.32%27.84%-
HSV(B)277.26º93.23%52.16%-
XYZ8.173.8722.51-
YUV46.16177.01156.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 133 (52.34% from 255) = 58.33%
R=37.72%
G=3.95%
B=58.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8691330.350.9300.48277.2687.3227.84
Hex56985235D030115571c
Octal126112054313506042512734
Binary101011010011000010110001110111010110000100010101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560985; }

 p { color: rgb(86,9,133); }

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

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

 a { background-color: rgb(86,9,133); }

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

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

 span { border-color: rgb(86,9,133); }

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