#560C92

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

Shades of Indigo #560C92

Tints of Indigo #560C92

Color information

#560C92 (or 0x560C92) is unknown color: approx Indigo. HEX triplet: 56, 0C and 92. RGB value is (86,12,146). Sum of RGB (Red+Green+Blue) = 86+12+146=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #560C92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560C92 is #A9F36D. Grayscale: #303030. Windows color (decimal): -11137902 or 9571414. OLE color: 9571414.

HSL color Cylindrical-coordinate representation of color #560C92: hue angle of 273.13º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560C92 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8612146-
CMYK0.410.9200.43
HSL273.13º84.81%30.98%-
HSV(B)273.13º91.78%57.25%-
XYZ9.164.3227.54-
YUV49.4182.52154.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 12 (5.08% from 255) = 4.92%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=35.25%
G=4.92%
B=59.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86121460.410.9200.43273.1384.8130.98
Hex56C92295C02B111551f
Octal126142225113405342112537
Binary101011011001001001010100110111000101011100010001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560C92; }

 p { color: rgb(86,12,146); }

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

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

 a { background-color: rgb(86,12,146); }

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

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

 span { border-color: rgb(86,12,146); }

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